The R Project SVN R

Rev

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

Rev 40918 Rev 41429
Line 33... Line 33...
33
    generic and signature names, as in the example below.}
33
    generic and signature names, as in the example below.}
34
}
34
}
35
\value{
35
\value{
36
  The \code{file} argument, invisibly, but the function is used for its side effect.
36
  The \code{file} argument, invisibly, but the function is used for its side effect.
37
}
37
}
38
}
-
 
39
\seealso{ \code{\link{setMethod}}, \code{\link{package.skeleton}}}
38
\seealso{ \code{\link{setMethod}}, \code{\link{package.skeleton}}}
40
\examples{
39
\examples{
41
\dontrun{
40
\dontrun{
42
setClass("track", representation(x ="numeric", y="numeric"))
41
setClass("track", representation(x ="numeric", y="numeric"))
43
method.skeleton("show", "track")  ## writes show_track.R
42
method.skeleton("show", "track")  ## writes show_track.R