View source: R/variableStandardisation.R
variableStandardisation | R Documentation |
Standardise raster layers by subtracting the mean and dividing by the standard deviation (Cardillo et al. 2018 Journal of Biogeography).
variableStandardisation(original_path, new_path, original_format = ".asc")
original_path |
character, the path to the folder containing the variables. |
new_path |
character, the path to the folder where the standardised variables shall be saved. |
original_format |
character, indicates the format of the layers to be standardised. |
This function standardises the variables and saves the new version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.