The R Project SVN R

Rev

Rev 20092 | Rev 56184 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20092 jmc 1
\name{ObjectsWithPackage-class}
2
\docType{class}
3
\alias{ObjectsWithPackage-class}
4
\title{A Vector of Object Names, with associated Package Names }
23531 hornik 5
\description{
6
  This class of objects is used to represent ordinary character string
7
  object names, extended with a \code{package} slot naming the package
8
  associated with each object.
9
}
20092 jmc 10
\section{Objects from the Class}{
23531 hornik 11
  The function \code{\link{getGenerics}} returns an object of this class.
20092 jmc 12
}
13
\section{Slots}{
14
  \describe{
15
    \item{\code{.Data}:}{Object of class \code{"character"}: the
23531 hornik 16
      object names.}
20092 jmc 17
    \item{\code{package}:}{Object of class \code{"character"} the
23531 hornik 18
      package names.}
20092 jmc 19
  }
20
}
21
\section{Extends}{
23531 hornik 22
  Class \code{"character"}, from data part.\cr
23
  Class \code{"vector"}, by class \code{"character"}.
20092 jmc 24
}
25
\seealso{ \code{Methods} for general background. }
26
\keyword{classes}