Rev 68948 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/methods/man/ObjectsWithPackage-class.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{ObjectsWithPackage-class}\docType{class}\alias{ObjectsWithPackage-class}\title{A Vector of Object Names, with associated Package Names }\description{This class of objects is used to represent ordinary character stringobject names, extended with a \code{package} slot naming the packageassociated with each object.}\section{Objects from the Class}{The function \code{\link{getGenerics}} returns an object of this class.}\section{Slots}{\describe{\item{\code{.Data}:}{Object of class \code{"character"}: theobject names.}\item{\code{package}:}{Object of class \code{"character"} thepackage names.}}}\section{Extends}{Class \code{"character"}, from data part.\crClass \code{"vector"}, by class \code{"character"}.}\seealso{ \code{Methods} for general background. }\keyword{classes}