The R Project SVN R

Rev

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

Rev 27442 Rev 27716
Line 73... Line 73...
73
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
73
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
74
  \emph{The New S Language}.
74
  \emph{The New S Language}.
75
  Wadsworth \& Brooks/Cole.
75
  Wadsworth \& Brooks/Cole.
76
}
76
}
77
\examples{
77
\examples{
-
 
78
require(graphics)
78
prompt(plot.default)
79
prompt(plot.default)
79
prompt(interactive, force.function = TRUE)
80
prompt(interactive, force.function = TRUE)
80
unlink("plot.default.Rd")
81
unlink("plot.default.Rd")
81
unlink("interactive.Rd")
82
unlink("interactive.Rd")
82
 
83
 
83
data(women) # data.frame
84
data(women) # data.frame
84
prompt(women)
85
prompt(women)
85
unlink("women.Rd")
86
unlink("women.Rd")
86
 
87
 
87
data(sunspots) # non-data.frame data
88
data(sunspots, package="stats") # non-data.frame data
88
prompt(sunspots)
89
prompt(sunspots)
89
unlink("sunspots.Rd")
90
unlink("sunspots.Rd")
90
}
91
}
91
\keyword{documentation}
92
\keyword{documentation}