plotLoading {EEM} | R Documentation |
Plot loadings for EEM data
Description
Plot loadings for EEM data
Usage
plotLoading(x, ncomp = NULL, ...)
Arguments
x |
|
ncomp |
number of components |
... |
(optional) arguments for |
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]