The R Project SVN R

Rev

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

Rev 48062 Rev 49587
Line 85... Line 85...
85
 
85
 
86
  The current behavior (beginning with version 2.8.0 of \R) registers
86
  The current behavior (beginning with version 2.8.0 of \R) registers
87
  \code{"ts"} as an S3 class,  using an S4-style definition (see the
87
  \code{"ts"} as an S3 class,  using an S4-style definition (see the
88
  documentation for \code{\link{setOldClass}} in the examples section
88
  documentation for \code{\link{setOldClass}} in the examples section
89
  for an abbreviated listing of how this is done.  The S3
89
  for an abbreviated listing of how this is done.  The S3
90
  inheritance of \code{"mts"} in package \code{stats} is also
90
  inheritance of \code{"mts"} in package \pkg{stats} is also
91
  registered.
91
  registered.
92
  These classes, as well as \code{"matrix"} and \code{"array"} should
92
  These classes, as well as \code{"matrix"} and \code{"array"} should
93
  be valid in most examples as superclasses for new S4 class
93
  be valid in most examples as superclasses for new S4 class
94
  definitions.
94
  definitions.
95
 
95