plot.HULL {EFAtools} | R Documentation |
Plot method showing a summarized output of the HULL
function
## S3 method for class 'HULL'
plot(x, ...)
x |
list of class HULL. An output from the |
... |
not used. |
x <- HULL(test_models$baseline$cormat, N = 500, method = "ML")
plot(x)