Skip to contents

Plot a Histogram of Edge Weights for a group_tna Object.

Usage

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

Arguments

x

A group_tna object.

...

Additional arguments passed to graphics::hist().

Value

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

Examples

model <- group_model(engagement_mmm)
hist(model)