This function allows for the aggregation of non-continuos time series data into days. It allows for the multiple days to be specified. The aggregation method is also allowed to be set by the user.
此功能允许非连续的时间序列数据的聚合为天。它可以被指定为多天。聚合方法也允许由用户设置。
参数:data
A timeSeries formatted dataset.
AtimeSeries格式的数据集。
参数:process
An aggregation method. See aggregate.
聚合方法。见aggregate。
参数:multiple
An integer specifying the aggregation block. Default is multiple=NULL.
一个整数,指定的聚集块。默认值是多个= NULL。
参数:na.rm
Default is na.rm=FALSE.
默认值是= FALSE na.rm。
Details
详细信息----------Details----------
This function is based on the aggregate method. It is designed to simplify the process of aggregating non-continuos data.
此函数是基于aggregate方法。它的设计,简化了非连续数据汇总过程中。
值----------Value----------
Returns a data.frame with dates formatted as as.Date and aggregated data.
返回一个数据框与as.Date和汇总的数据格式的日期。