runDemos {PBSmodelling} | R Documentation |
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.
Note
The runDemos
GUI attempts to retain the user's objects and restore
the working directory. However, pre-existing objects will be overwritten
if their names coincide with names used by the various demos. Also,
depending on conditions, the user may lose working directory focus.
We suggest that cautious users run this demo from a project where data objects are
not critical.
Author(s)
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
See Also
runExamples
for examples specific to PBSmodelling.