Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

varperc

Varperc method for Simple Partition


Description

Produces the percent of variance explained plot for an object of the class simpart

Usage

varperc(x, ...)

Arguments

x

an object of class "simpart", typically result of simpart.

...

other parameters passed through to plotting functions

See Also

Examples

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)

prinsimp

Finding and plotting simple basis vectors for multivariate data

v0.8-8
AGPL-3
Authors
Davor Cubranic, Jonathan Zhang, Nancy Heckman, Travis Gaydos, and J.S. Marron
Initial release
2013-11-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.