Learn R Programming

EFAtools (version 0.4.6)

plot.HULL: Plot HULL object

Description

Plot method showing a summarized output of the HULL function

Usage

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

Arguments

x

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

...

not used.

Examples

Run this code
# \donttest{
x <- HULL(test_models$baseline$cormat, N = 500, method = "ML")
plot(x)
# }

Run the code above in your browser using DataLab