The R Project SVN R

Rev

Rev 74363 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74363 Rev 88547
Line 1... Line 1...
1
% File src/library/methods/man/StructureClasses.Rd
1
% File src/library/methods/man/StructureClasses.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{StructureClasses}
6
\name{StructureClasses}
7
\title{Classes Corresponding to Basic Structures}
7
\title{Classes Corresponding to Basic Structures}
8
\docType{class}
8
\docType{class}
Line 146... Line 146...
146
  alternative model, in which all slots are dropped if any math
146
  alternative model, in which all slots are dropped if any math
147
  transformation or operation is applied to an object from a class
147
  transformation or operation is applied to an object from a class
148
  extending one of the basic classes.
148
  extending one of the basic classes.
149
}
149
}
150
\references{
150
\references{
151
 Chambers, John M. (2008)
-
 
152
 \emph{Software for Data Analysis: Programming with R}
151
  \bibinfo{R:Becker+Chambers+Wilks:1988}{footer}{For the original vector
153
  Springer.  (For the R version.)
152
    structures.)}
154
 
-
 
155
 Chambers, John M. (1998)
153
  \bibinfo{R:Chambers:1998}{footer}{(For the original S4 version.)}
156
 \emph{Programming with Data}
-
 
157
 Springer (For the original S4 version.)
154
  \bibinfo{R:Chambers:2008}{footer}{(For the R version.)}
158
 
-
 
159
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
155
  \bibshow{R:Becker+Chambers+Wilks:1988,
160
  \emph{The New S Language}.
156
    R:Chambers:1998,
161
  Wadsworth & Brooks/Cole (for the original vector structures).
157
    R:Chambers:2008}
162
}
158
}
163
\examples{
159
\examples{
164
showClass("structure")
160
showClass("structure")
165
 
161
 
166
## explore a bit :
162
## explore a bit :