Varperc method for Simple Partition
Produces the percent of variance explained plot for an object of the
class simpart
varperc(x, ...)
x |
an object of class |
... |
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) varperc(cat.sim)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.