Rdocumentation
powered by
Learn R Programming
PBSmodelling (version 2.67.266)
runDemos: Interactive GUI for R Demos
Description
An interactive GUI for accessing demos from any R package installed on the user's system.
runDemos
is a convenient alternative to R's
demo
function.
Usage
runDemos(package)
Arguments
package
display demos from a particular package (optional).
Details
If the argument
package
is not specified, the function will look for demos in all packages installed on the user's system.
See Also
runExamples
for examples specific to
PBSmodelling
.