plotLoading {EEM}R Documentation

Plot loadings for EEM data

Description

Plot loadings for EEM data

Usage

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

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

[Package EEM version 1.1.1 Index]