plot_mosaic: Create a Mosaic Plot of Transitions or Events

plot_mosaicR Documentation

Create a Mosaic Plot of Transitions or Events

Description

Create a Mosaic Plot of Transitions or Events

Usage

plot_mosaic(x, ...)

## S3 method for class 'tna'
plot_mosaic(x, digits = 1, ...)

Arguments

x

A tna or a group_tna object.

...

Ignored.

digits

An integer that determines the number of digits to use for the chi-square test statistic and the p-value in the plot.

Value

A ggplot object.

See Also

Basic functions build_model(), hist.group_tna(), hist.tna(), import_data(), plot.group_tna(), plot.tna(), plot_frequencies(), plot_frequencies.group_tna(), plot_mosaic.group_tna(), plot_mosaic.tna_data(), prepare_data(), print.group_tna(), print.summary.group_tna(), print.summary.tna(), print.tna(), print.tna_data(), simulate.tna(), summary.group_tna(), summary.tna(), tna-package

Examples

ftna_model <- ftna(group_regulation)
plot_mosaic(ftna_model)


tna documentation built on June 8, 2025, 10:33 a.m.