plot.GroupedScoreTable | R Documentation |
Generic plot using ggplot2
. It plots ScoreTables for all
groups by default, or only chosen ones using when group_names
argument is specified.
## S3 method for class 'GroupedScoreTable' plot( x, scale_name = NULL, group_names = NULL, strict_names = TRUE, plot_grid = is.intersected(x), ... )
x |
A |
scale_name |
if scores for multiple scales available, provide the name of the scale for plotting. |
group_names |
names specifying which groups should appear in the plots |
strict_names |
If |
plot_grid |
boolean indicating if the |
... |
named list of additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.