SeriesTools {fSeries} | R Documentation |
Popups the example menu and starts or continues the example and demo programs.
xmpfSeries() xmpSeries(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: xmpSeries = readline
xmpfSeries
Popups the example menu.
xmpSeries
Nothing, the default, or the the prompt if you have set
xmpSeries = readline
on the command prompt.
Diethelm Wuertz for the Rmetrics R-port.
## Not run: ## xmpfSeries - # Popup the examples menu: xmpfSeries() ## End(Not run)