prinComp.scale | R Documentation |
Scale a grid prior to PCA analysis (internal of prinComp
)
prinComp.scale(var.list, scaling)
var.list |
A named nested list (variables-members) of fields in the form of 2D matrices (after |
scaling |
Character vector of scaling types (same length as |
The "gridbox"
scaling performs the scaling independently for each grid/station point (the mean and sd is calculated
sepparately for each point). On the contrary, the "field"
approach substracts the same global mean and divides by the global sd
considering the whole field.
A named list of the same structure as the input var.list
with the scaled (and centered) fields (the
names of the elements of the list are the variable names).
J Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.