fPortfolioTools {fPortfolio} | R Documentation |
Tools used in the 'fPortfolio' package.
xmpfPortfolio() xmpPortfolio(prompt = "")
prompt |
the string printed when prompting the user for input. |
xmpfPortfolio
Popups the example menu.
xmpPortfolio
Nothing, the default, or the the prompt if you have set
xmpPortfolio = readline
on the command prompt.
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: xmpPortfolio = readline
Diethelm Wuertz for the Rmetrics Port.
## SOURCE("fPortfolio.Z1-PortfolioTools") ## Not run: ## xmpfPortfolio - # Popup the examples menu: xmpfPortfolio() ## End(Not run)