plot.GroupedFrequencyTable {stenR} | R Documentation |
Gerenic plot of the GroupedFrequencyTable
Description
Generic plot using ggplot2
. It plots FrequencyTables for all
groups by default, or only chosen ones using when group_names
argument is specified.
Usage
## S3 method for class 'GroupedFrequencyTable'
plot(
x,
group_names = NULL,
strict_names = TRUE,
plot_grid = is.intersected(x),
...
)
Arguments
x |
A |
group_names |
vector specifying which groups should appear in the plots |
strict_names |
If |
plot_grid |
boolean indicating if the |
... |
named list of additional arguments passed to |