Allows to modify plot settings for the frontier plot.
frontierPlotControl(
# Colors:
sharpeRatio.col = "blue",
minvariance.col = "red",
tangency.col = "steelblue",
cml.col = "green",
equalWeights.col = "blue",
singleAsset.col = "topo.colors",
twoAssets.col = "grey",
monteCarlo.col = "black",
# Point Sizes:
minvariance.cex = 1.25,
tangency.cex = 1.25,
cml.cex = 1.25,
equalWeights.cex = 1.25,
singleAsset.cex = 1.25,
twoAssets.cex = 0.01,
monteCarlo.cex = 0.01,
sharpeRatio.cex = 0.1,
# Limits:
xlim = NULL,
ylim = NULL,
# MC Steps:
mcSteps = 5000,
# Pie Settings:
pieR = NULL,
piePos = NULL,
pieOffset = NULL)
Color setting.
Color setting.
Color setting.
Color setting.
Color setting.
Color setting.
Color setting.
Color setting.
Font point size setting.
Font point size setting.
Font point size setting.
Font point size setting.
Font point size setting.
Font point size setting.
Font point size setting.
Font point size setting.
x-axis limit setting.
y-axis limit setting.
Numer of Monte Carlo steps.
Pie radius setting.
Pie position coordinates setting.
Pie offset coordinates setting.
Wuertz, D., Chalabi, Y., Chen W., Ellis A. (2009); Portfolio Optimization with R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.