The R Project SVN R

Rev

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

Rev 27442 Rev 27496
Line 69... Line 69...
69
}
69
}
70
\author{Martin Maechler and others}
70
\author{Martin Maechler and others}
71
\seealso{\code{\link{demo}}}
71
\seealso{\code{\link{demo}}}
72
\examples{
72
\examples{
73
example(InsectSprays)
73
example(InsectSprays)
74
## force use of the standard package 'eda':
74
## force use of the standard package 'stats':
75
example("smooth", package="eda", lib.loc=.Library)
75
example("smooth", package="stats", lib.loc=.Library)
76
 
76
 
77
## set RNG *before* example as when R CMD check is run:
77
## set RNG *before* example as when R CMD check is run:
78
 
78
 
79
r1 <- example(quantile, setRNG = TRUE)
79
r1 <- example(quantile, setRNG = TRUE)
80
x1 <- rnorm(1)
80
x1 <- rnorm(1)