Learn R Programming

tna (version 1.0.0)

hist.group_tna: Plot a Histogram of Edge Weights for a group_tna Object.

Description

Plot a Histogram of Edge Weights for a group_tna Object.

Usage

# S3 method for group_tna
hist(x, ...)

Value

A list (invisibly) of histogram objects of the edge weights of each cluster.

Arguments

x

A group_tna object.

...

Additional arguments passed to graphics::hist().

See Also

Basic functions build_model(), hist.tna(), plot.group_tna(), plot.tna(), plot_frequencies(), plot_frequencies.group_tna(), plot_mosaic(), 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

Examples

Run this code
model <- group_model(engagement_mmm)
hist(model)

Run the code above in your browser using DataLab