clim_month() is the compatibility wrapper for
cube_climatology(x, by = "month"). Since 0.2.0 it first computes one
month-year mean and then gives every valid yearly replicate equal weight,
rather than pooling every raw observation across years.
Usage
clim_month(x, period = NULL)
Arguments
- x
An <ocean_cube> object.
- period
Optional closed base period c(start, end). Date and exact UTC
POSIXct semantics follow the source cube.
Value
An object of class <ocean_clim>.
Lifecycle
Deprecated as of oceancube 0.3.0. Use
cube_climatology(x, by = "month").