Description Usage Arguments Value Examples
Selects principal components according to Broken Stick Model (MacArthur 1957). Adapted from function "evplot" by Francois Gillet.
1 | selectPCs(PCA_output)
|
PCA_output |
Output from geomorph::plotTangentSpace or stats::prcomp |
Returns selected PCs and variance explained
1 2 3 4 | data(FRL_London)
PCA_out <- prcomp(FRL_London)
selectPCs(PCA_out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.