plot.HULL: Plot HULL object

View source: R/plot.HULL.R

plot.HULLR Documentation

Plot HULL object

Description

Plot method showing a summarized output of the HULL function

Usage

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

Arguments

x

list of class HULL. An output from the HULL function.

...

not used.

Examples


x <- HULL(test_models$baseline$cormat, N = 500, method = "ML")
plot(x)


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.