Description Usage Arguments Value Examples
Plot loadings for EEM data
| 1 | plotLoading(x, ncomp = NULL, ...)
 | 
| x | output variable from  | 
| ncomp | number of components | 
| ... | (optional) arguments for  | 
A figure is returned on the graphic device
| 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
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.