plot.GroupedScoreTable {stenR} | R Documentation |
Gerenic plot of the GroupedScoreTable
Description
Generic plot using ggplot2
. It plots ScoreTables for all
groups by default, or only chosen ones using when group_names
argument is specified.
Usage
## S3 method for class 'GroupedScoreTable'
plot(
x,
scale_name = NULL,
group_names = NULL,
strict_names = TRUE,
plot_grid = is.intersected(x),
...
)
Arguments
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 |