plotLoading: Plot loadings for EEM data

Description Usage Arguments Value Examples

Description

Plot loadings for EEM data

Usage

1
plotLoading(x, ncomp = NULL, ...)

Arguments

x

output variable from prcomp or plsr functions

ncomp

number of components

...

(optional) arguments for drawEEM and filled.contour

Value

A figure is returned on the graphic device

Examples

1
2
3
4
5
data(applejuice)
applejuice_uf <- unfold(applejuice) # unfold list into matrix
result <- prcomp(applejuice_uf) 
plotLoading(result, ncomp = 1) # plot loading of the first PC
 

Example output



EEM documentation built on May 2, 2019, 5:58 a.m.

Related to plotLoading in EEM...