demo {base} | R Documentation |
demo
is a user-friendly interface to running some demonstration R
scripts. demo()
gives the list of available topics.
demo(topic)
topic |
The topic which should be demonstrated. If omitted, the list of available topics is displayed. |
source
which is called by demo
.
demo(lm.glm)