View source: R/FrequencyTable.R
plot.GroupedFrequencyTable | R Documentation |
Generic plot using ggplot2
. It plots FrequencyTables for all
groups by default, or only chosen ones using when group_names
argument is specified.
## S3 method for class 'GroupedFrequencyTable' plot( x, group_names = NULL, strict_names = TRUE, plot_grid = is.intersected(x), ... )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.