barplotGroupWeights {PortfolioAnalytics} | R Documentation |
barplot of group weights by group or category
Description
This function is called by chart.GroupWeights function if chart.type="barplot"
Usage
barplotGroupWeights(
object,
...,
grouping = c("groups", "category"),
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 |
|
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]