get_climatology: Get annual or monthly means and standard deviations, or...

View source: R/get_climatology.R

get_climatologyR Documentation

Get annual or monthly means and standard deviations, or rescale a grid using climatology

Description

Get annual or monthly means and standard deviations, or rescale a grid using climatology

Usage

get_climatology(dat, monthly = FALSE)

Arguments

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.


nick-gauthier/tidyEOF documentation built on July 21, 2023, 8:25 a.m.