Varsimp method for Simple Partition
Produces the variance-simplicity view for the specified basis vectors of the d-dimensional sample space.
varsimp(x, display = list(model=TRUE, simple=TRUE), full.simple = TRUE, ...)
x |
an object of class |
display |
a list specifying which model basis vectors and which nearly null space simplicity basis vectors to print. |
full.simple |
logical indicating whether to draw the background lines at simplicity values of the full space. |
... |
other parameters passed through to plotting functions |
library(prinsimp) require(graphics) ## Caterpillar estimated covariance from Kingsolver et al (2004) ## Measurements are at times 11, 17, 23, 29, 35, 40 data(caterpillar) cat.sim <- simpart(caterpillar, simpledim = 2, x = c(11, 17, 23, 29, 35, 40), cov = TRUE) ## Display all 6 basis vectors in the variance-simplicity view varsimp(cat.sim) ## Display only the 4 model basis vectors in the variance-simplicity view varsimp(cat.sim, display = list(model=1:4))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.