View source: R/charts.groups.R
| chart.GroupWeights | R Documentation | 
Chart weights by group or category
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
)
| 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  | 
Ross Bennett
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.