MultivarTools {fMultivar} | R Documentation |
Popups the example menu and starts or continues the example
and demo programs.
xmpfMultivar() xmpMultivar(prompt = "")
prompt |
the string printed when prompting the user for input. |
The example in the manual pages may be interactive and ask for
input from the user. To achieve this you have to type on the
command line: xmpMultivar = readline
xmpfMultivar
Popups the example menu.
xmpMultivar
Nothing, the default, or the the prompt if you have set
xmpMultivar = readline
on the command prompt.
Diethelm Wuertz for the Rmetrics R-port.
## SOURCE("fMultivar.Z1-MultivarTools") ## Not run: ## xmpfMultivar - # Popup the examples menu: xmpfMultivar() ## End(Not run)