The R Project SVN R

Rev

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

Rev 71228 Rev 88585
Line 57... Line 57...
57
  arguments, but the construction does \emph{not} use the class
57
  arguments, but the construction does \emph{not} use the class
58
  definition to test validity of the contents (it hardly can, since
58
  definition to test validity of the contents (it hardly can, since
59
  the prototype object is usually supplied to create the definition).
59
  the prototype object is usually supplied to create the definition).
60
}
60
}
61
\references{
61
\references{
62
 Chambers, John M. (2008)
62
  \bibshow{R:Chambers:2008}
63
 \emph{Software for Data Analysis: Programming with R}
-
 
64
  Springer.  (For the R version.)
63
  (For the R version.)
65
 
64
 
66
 Chambers, John M. (1998)
65
  \bibshow{R:Chambers:1998}
67
 \emph{Programming with Data}
-
 
68
 Springer (For the original S4 version.)
66
  (For the original S4 version.)
69
}
67
}
70
\seealso{ \code{\link{setClass}} }
68
\seealso{ \code{\link{setClass}} }
71
 
69
 
72
\examples{
70
\examples{
73
## representation for a new class with a directly define slot "smooth"
71
## representation for a new class with a directly define slot "smooth"