The R Project SVN R

Rev

Rev 20092 | Rev 56184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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