Usage
frontierPlot(object, frontier = c("both", "lower", "upper"),
col = c("black", "grey"), add = FALSE, ...)
weightsPlot(object, col = NULL, legend = TRUE)
attributesPlot(object, col = NULL, legend = TRUE)
covRiskBudgetsPlot(object, col = NULL, legend = TRUE)
tailRiskBudgetsPlot(object, col = NULL, legend = TRUE)weightsPie(object, pos = NULL, col = NULL, box = TRUE, legend = TRUE)
attributesPie(object, pos = NULL, col = NULL, box = TRUE, legend = TRUE)
covRiskBudgetsPie(object, pos = NULL, col = NULL, box = TRUE, legend = TRUE)
tailRiskBudgetsPie(object, pos = NULL, col = NULL, box = TRUE, legend = TRUE)
covEllipsesPlot(x = list(), ...)
Arguments
add
[frontierPlot] -
a logical value, determining whether the frontier should be added to
an existing plot, by default FALSE.
box
[weightsPie] -
a logical value, determining whether a frame (box) should be plotted
around the pie, by default TRUE.
col
a character string vector, setting the color. For frontierPlot
it is a two dimensional a vector; first entry is the upper part of the
frontier,
second entry the lower, by default "black" and "grey".
For the other functions th
frontier
[frontierPlot] -
a character string, determining which part of the frontier should be
extracted. "both"
stands for the full hyperbola, "lower"
for all points below the minimum variance return and "upper"
legend
[*Pie][*Plot] -
a numeric value, determining the position on the efficient frontier
plotting the pie, by default NULL, i.e. expecting a object having
only one set of weights like the tangency portfolio.
pos
[*Pie] -
a logical value, determining whether a legend with the names of the
assets should be plotted, by default TRUE.
object
an S4 object of class fPORTFOLIO
, containing slots call, data,
specification, constraints, portfolio, title, description.
x
[covEllipsesPlot] -
a list of at least two covariance matrices.
...
[covEllipsesPlot] -
optional arguments to be passed.