weights-Slider | R Documentation |
Interactive portfolio weights plot.
weightsSlider(object, control = list(), ...)
control |
a list, defining the plotting parameters. The list modifies amongst
others the color, e.g. |
object |
an S4 object of class |
... |
optional arguments to be passed. |
The slider has illustrative objectives. The function expects an S4
object of class fPORTFOLIO
.
The weights slider gives an overview of the weights
on the efficient frontier. Three weight plots weightsPlot
,
piePlot
and the not stacked weights and a frontier plot with the
single assets, the tangency portfolio and a legend are provided. In the
two weights plots the vertical line indicates the current portfolio and a
dotted one indicates the minimum variance portfolio. The number in the
pie plot stands for the asset and the sign shows whether this asset is
short or long. In all plots colors represent the same asset.
Creates interactive plots.
In the following all elements of argument control from functions
plot
, weightsSlider
, frontierSlider
are listed.
a numeric, determining the numbers of slider points, by default nFrontierPoints/10.
a character string, denoting the slidertype, by default "frontier"
for frontierSlider
and "weights" for weightsSlider
.
a character string, defining color of the Sharpe ratio plot, by default "black".
a character string, defining color of the minimum variance portfolio, by default "red".
a character string, defining color of the tangency portfolio, by default "steelblue".
a character string, defining color of the market portfolio and the capital market line, by default "green".
a character string, defining the color of the equal weights portfolio, by default "blue".
a character string, defining color of the point indicating the current portfolio, by default "red".
a character string vector, defining color of the
single asset portfolios. The vector must have length the number
of assets, by default rainbow
.
a character string, defining color of the two assets efficient frontier, by default "grey".
a character string, defining color of the Monte Carlo portfolios, by default "black".
a number, defining symbol used for the minimum
variance portfolio. See points
for description.
Default symbol is 17.
a number, defining symbol used for the tangency portfolio.
See points
for description.
Default symbol is 17.
a number, defining symbol used for the market portfolio.
See points
for description.
Default symbol is 17.
a number, defining symbol used for the equal weights portfolio.
See points
for description.
Default symbol is 15.
a number, defining symbol used for the single asset portfolios.
See points
for description.
Default symbol is 18.
a number, determining size (percentage) of the Sharpe ratio plot, by default 0.1.
a number, determining size (percentage) of the minimum variance portfolio symbol, by default 1.
a number, determining size (percentage) of the tangency portfolio symbol, by default 1.25.
a number, determining size (percentage) of the market portfolio symbol, by default 1.25.
a number, determining size (percentage) of the equal weights portfolio symbol, by default 0.8.
a number, determining size (percentage) of the point indicating the current portfolio equal weights portfolio symbol, by default 0.8.
a number, determining size (percentage) of the singel asset portfolio symbols, by default 0.8.
a number, determining size (percentage) of the two assets efficient frontier plot, by default 0.01.
a number, determining size (percentage) of the Monte Carol portfolio symbols, by default 0.01.
a number, determining size (percentage) of the Monte Carol portfolio symbols, by default 0.01.
a number, determining number of Monte Carol portfolio, by default 5000.
a vector, containing factors for shrinking and stretching the x- and y-axis, by default NULL, i.e. c(1, 1) is used. Default pie size is 1/15 of the plot range.
a number, determining the weight on the efficient frontier, which is illustrated by the pie. Default is tangency portfolio
a vector, containing the pie's x- and y-axis offset from the efficient frontier. Default is NULL, i.e. the pie is set one default radius left of the efficient frontier.
a vector, containing x-axis plot limits of the efficient frontier. Default setting is maximum of frontier range or single assets portfolios.
a vector, containing y-axis plot limits of the efficient frontier. Default setting is maximum of frontier range or single assets portfolios.
Wuertz, D., Chalabi, Y., Chen W., Ellis A. (2009); Portfolio Optimization with R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.