The R Project SVN R

Rev

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

Rev 26530 Rev 27464
Line 117... Line 117...
117
  discussion of details and ongoing development, see the web page
117
  discussion of details and ongoing development, see the web page
118
  \url{http://developer.r-project.org/methodsPackage.html} and the
118
  \url{http://developer.r-project.org/methodsPackage.html} and the
119
  pointers from that page.
119
  pointers from that page.
120
}
120
}
121
\examples{
121
\examples{
122
\dontshow{  require(modreg)
122
\dontshow{  require(stats)
123
  setClass("track",
123
  setClass("track",
124
    representation(x="numeric", y = "numeric"))
124
    representation(x="numeric", y = "numeric"))
125
  setClass("trackCurve", representation("track",
125
  setClass("trackCurve", representation("track",
126
    smooth = "numeric"))
126
    smooth = "numeric"))
127
  setClass("trackMultiCurve", representation(x="numeric", y="matrix", smooth="matrix"),
127
  setClass("trackMultiCurve", representation(x="numeric", y="matrix", smooth="matrix"),