AggregateTimeseries: Aggregate the metrics of a time series object over specified...

Description Usage Arguments Value Note See Also

View source: R/aggregatetimeseries.R

Description

Aggregate the metrics of a time series object over specified time intervals.

Usage

1
2
3
4
AggregateTimeseries(obj, freq = c("weekly", "monthly"), ...)

## S3 method for class 'GeoTimeseries'
AggregateTimeseries(obj, freq, ...)

Arguments

obj

an object.

freq

(string) 'weekly' or 'monthly' aggregation.

...

further arguments passed to or from other methods.

Value

An object of the same class as 'obj'.

Note

See Also

aggregate.GeoTimeseries.


google/GeoexperimentsResearch documentation built on May 17, 2019, 7:42 a.m.