weightsPlot(object, labels = TRUE, col = NULL, title = TRUE,
mtext = TRUE, box = TRUE, legend = TRUE, ...)
weightedReturnsPlot(object, labels = TRUE, col = NULL, title = TRUE,
mtext = TRUE, box = TRUE, legend = TRUE, ...)
covRiskBudgetsPlot(object, labels = TRUE, col = NULL, title = TRUE,
mtext = TRUE, box = TRUE, legend = TRUE, ...)
tailRiskBudgetsPlot(object, labels = TRUE, col = NULL, title = TRUE,
mtext = TRUE, box = TRUE, legend = TRUE, ...)fPORTFOLIO, as returned by one of
the portfolio functions, e.g. efficientPortfolio or
portfolioFrontier.labels=TRUE. If
set to FALSE then the graph will be displayed
undecorated and the user can it decoraseqPalette palette.TRUE.labels=TRUE. If
set to FALSE then the graph will be displayed
undecorated and the user can it decorbarplot. Only
active if labels=FALSE.weightsPlot displays the weights composition
along the frontier of a portfolio.
The function weightedReturnsPlot displays the investment
composition, i.e. the weighted returns along the frontier of a portfolio.
The function covRiskBudgetsPlot displays the covariance risk
budgets composition along the frontier of a portfolio. The function tailRiskBudgetsPlot displays the copulae tail
risk budgets composition along the frontier of a portfolio. Note,
this is only possible if in the portfolio specificsation a copulae
tail risk is defined.
## data -
Data = SMALLCAP.RET
Data = Data[, c("BKE", "GG", "GYMB", "KRON")]
## portfolioFrontier -
Frontier = portfolioFrontier(Data)
## weightsPlot -
weightsPlot(Frontier)Run the code above in your browser using DataLab