recenter_anomalies | R Documentation |
Centers or recenters climate time series on a range of baseline years; the data can already have been centered on a baseline, or can be non-centered to start with.
recenter_anomalies(
x,
baseline = defaultBaseline,
digits = Inf,
by_month = TRUE,
return_baselines_only = FALSE,
...
)
x |
A data frame (down)loaded by function |
baseline |
An integer year or, more typically, range of years on which the temperature anomalies will be centered. If |
digits |
An integer indicating the number of decimal places to be used; passed to |
by_month |
Logical; use |
... |
Passed to |
The data frame argument x
recentered on baseline
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.