varperc: Varperc method for Simple Partition

Description Usage Arguments See Also Examples

Description

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

Usage

1

Arguments

x

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

...

other parameters passed through to plotting functions

See Also

basisplot, varsimp, simpart

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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 documentation built on May 2, 2019, 2:41 a.m.