标签: r xts zoo
在R中,我经常按月汇总每日数据(在动物园中),使用以下内容:
result <- aggregate(x, as.yearmon, "mean", na.rm=TRUE)
我有没有办法每3天做一次?