The R Project SVN R

Rev

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

Rev 71366 Rev 74363
Line 93... Line 93...
93
  \code{"mts"}.)
93
  \code{"mts"}.)
94
 
94
 
95
  Time-series objects, in contrast to matrices and arrays, have a valid
95
  Time-series objects, in contrast to matrices and arrays, have a valid
96
  S3 class, \code{"ts"}, registered  using an S4-style definition (see the
96
  S3 class, \code{"ts"}, registered  using an S4-style definition (see the
97
  documentation for \code{\link{setOldClass}} in the examples section
97
  documentation for \code{\link{setOldClass}} in the examples section
98
  for an abbreviated listing of how this is done.  The S3
98
  for an abbreviated listing of how this is done).  The S3
99
  inheritance of \code{"mts"} in package \pkg{stats} is also
99
  inheritance of \code{"mts"} in package \pkg{stats} is also
100
  registered.
100
  registered.
101
  These classes, as well as \code{"matrix"} and \code{"array"} should
101
  These classes, as well as \code{"matrix"} and \code{"array"} should
102
  be valid in most examples as superclasses for new S4 class
102
  be valid in most examples as superclasses for new S4 class
103
  definitions.
103
  definitions.