View source: R/get_climatology.R
get_climatology | R Documentation |
Get annual or monthly means and standard deviations, or rescale a grid using climatology
get_climatology(dat, monthly = FALSE)
dat |
Input data. |
monthly |
Calculate monthly climatology or anomalies instead of using the entire period? Defaults to FALSE. |
clim |
An optional climatology made with get_climatology(). Defaults to NULL, in which case get_climatology() is called internally. |
scale |
Calculate standardized anomalies (x - mean) / sd? Defaults to FALSE. Based on the 'climatology()' and 'scaleGrid()' functions from transformeR. These functions apply calculations per grid cell. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.