plot.nullhespdiv: Plot a nullhespdiv object

View source: R/plot_nullhespdiv.R

plot.nullhespdivR Documentation

Plot a nullhespdiv object

Description

Plot method for a nullhespdiv object.

Usage

## S3 method for class 'nullhespdiv'
plot(x, ...)

Arguments

x

A nullhespdiv object.

...

Additional arguments passed to graphics::boxplot().

Value

No return value. Called for the side effect of plotting a nullhespdiv object.

Author(s)

Liudas Daumantas

See Also

Other HespDiv visualization options: blok3d(), create_gif(), dendro(), plot_cs_hsa(), plot_hespdiv(), plot_hsa(), plot_hsa_q(), poly_scheme(), polypop()

Examples

test_results <- nulltest(example_hespdiv)
plot(test_results)

hespdiv documentation built on May 21, 2026, 5:09 p.m.