| Line 75... |
Line 75... |
| 75 |
|
75 |
|
| 76 |
Note that a class containing \code{"matrix"} or \code{"array"} will
|
76 |
Note that a class containing \code{"matrix"} or \code{"array"} will
|
| 77 |
have a \code{.Data} slot with that class. This is the only use of
|
77 |
have a \code{.Data} slot with that class. This is the only use of
|
| 78 |
\code{.Data} other than as a pseudo-class indicating the type of the
|
78 |
\code{.Data} other than as a pseudo-class indicating the type of the
|
| 79 |
object. In this case the type of the object will be the type of the
|
79 |
object. In this case the type of the object will be the type of the
|
| 80 |
contained matrix or array. See \code{\link{Classes}} for a general
|
80 |
contained matrix or array. See \code{\link{Classes_Details}} for a general
|
| 81 |
discussion.
|
81 |
discussion.
|
| 82 |
|
82 |
|
| 83 |
The class \code{"ts"} is basically an S3 class
|
83 |
The class \code{"ts"} is basically an S3 class
|
| 84 |
that has been registered with S4, using the
|
84 |
that has been registered with S4, using the
|
| 85 |
\code{\link{setOldClass}} mechanism. Versions of \R through 2.7.0
|
85 |
\code{\link{setOldClass}} mechanism. Versions of \R through 2.7.0
|