The R Project SVN R

Rev

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

Rev 27442 Rev 27716
Line 40... Line 40...
40
demo() # for attached packages
40
demo() # for attached packages
41
 
41
 
42
## All available demos:
42
## All available demos:
43
demo(package = .packages(all.available = TRUE))
43
demo(package = .packages(all.available = TRUE))
44
 
44
 
45
demo(lm.glm)
45
demo(lm.glm, package="stats")
46
\dontrun{
46
\dontrun{
47
 ch <- "scoping"
47
 ch <- "scoping"
48
 demo(ch, character = TRUE)
48
 demo(ch, character = TRUE)
49
}}
49
}}
50
\keyword{documentation}
50
\keyword{documentation}