msLaunchExample: Open msProcess Example/Demo Files in S-PLUS

Description Usage Arguments See Also Examples

Description

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

Usage

1

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

1
2
3
4
5
6
7
## 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)

zeehio/msProcess documentation built on May 4, 2019, 10:15 p.m.