make_time_series_from_anomalies: Make Time Series Objects from Climate Data

make_time_series_from_anomaliesR Documentation

Make Time Series Objects from Climate Data

Description

Creates ts objects from downloaded climate data.

Usage

make_time_series_from_anomalies(
  x,
  frequency = 12L,
  offset = 0.5,
  add_missing_dates = TRUE,
  ...
)

Arguments

x

A data set (down)loaded by function get_climate_data.

frequency

The number of observations per unit of time (e.g. no. of months per year for monthly temperature data); passed to link[stats]{ts}.

...

Passed to get_climate_series_names.

Value

An object of class ts.


priscian/climeseries documentation built on March 9, 2024, 9:24 p.m.