Description Usage Arguments Details Value Examples
Performs Principle Component Analysis of Raster objects and returns summary and loadings for the componetns.
1 2 |
BioStackFiles |
- ESRI ASCII grid files of predictor variables |
LoadingFile |
- name of output file which stores loadings for components |
CompImpFile |
- name of output file of the PCA summaries |
OPfolder |
- name of output folder to save PCA component, loading and summary file |
Main function to generate PCA for the selected bioclimatic layer and then save the pca components in ASCII format. This function will accept the bioclimatic ASCII files. PCApca components are stored as Comp1.asc, Comp2.asc...... and so on. This function returns the pca of the ascii data supplied to do further processing like checking for eigen values, broken stick etc.
a summary of the PCA is returned as a structure
1 2 3 4 | ## Not run:
pcaop = PCARaster()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.