| plot_mosaic | R Documentation |
Create a Mosaic Plot of Transitions or Events
plot_mosaic(x, ...)
## S3 method for class 'tna'
plot_mosaic(x, digits = 1, ...)
x |
A |
... |
Ignored. |
digits |
An |
A ggplot object.
Basic functions
build_model(),
hist.group_tna(),
hist.tna(),
plot.group_tna(),
plot.tna(),
plot_frequencies(),
plot_frequencies.group_tna(),
plot_mosaic.group_tna(),
plot_mosaic.tna_data(),
print.group_tna(),
print.summary.group_tna(),
print.summary.tna(),
print.tna(),
summary.group_tna(),
summary.tna(),
tna-package
ftna_model <- ftna(group_regulation)
plot_mosaic(ftna_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.