msLaunchExample {msProcess}R Documentation

Open msProcess Example/Demo Files in S-PLUS

Description

Used to quickly open help files related to the msProcess package.

Usage

msLaunchExample(x, open=TRUE, run=TRUE, type="R-ex")

Arguments

x A character string specifying the name of a particular example or demo script.
open A logical indicating open the script or not. Default: TRUE.
run A logical indicating run the script or not. Default: TRUE.
type A character string giving the name of a subdirectory where the example or demo script is located. Default: "R-ex".

See Also

example.

Examples

## Not run: 
if (!is.R() && is.ui.app("s+gui")) {
## open a msProcess example file
msLaunchExample("msDenoise", open=TRUE, run=FALSE, type="R-ex")
}
## End(Not run)

[Package msProcess version 1.0.5 Index]