chart.GroupWeights {PortfolioAnalytics} | R Documentation |
Chart weights by group or category
Description
Chart weights by group or category
Usage
chart.GroupWeights(
object,
...,
grouping = c("groups", "category"),
plot.type = "line",
main = "Group Weights",
las = 3,
xlab = NULL,
cex.lab = 0.8,
element.color = "darkgray",
cex.axis = 0.8
)
Arguments
object |
object of class |
... |
passthrough parameters to |
grouping |
|
plot.type |
"line" or "barplot". |
main |
an overall title for the plot: see |
las |
numeric in {0,1,2,3}; the style of axis labels
|
xlab |
a title for the x axis: see |
cex.lab |
the magnification to be used for x and y labels relative to the current setting of |
element.color |
color for the default border and axis. |
cex.axis |
the magnification to be used for x and y axis relative to the current setting of |
Author(s)
Ross Bennett
[Package PortfolioAnalytics version 2.0.0 Index]