R.动物园。重复第一天的数据到一整天
我有一个动物园系列。持续10年,频率15分钟。
我想获得一个具有相同元素数量的新动物园系列(或向量),其中每个元素等于当天的第一个元素。 也就是说,每天的第一个元素全天都会重复。
这与aggregate(originalseries,as.Date,head,1)不同,因为它给出的向量每天只有一个元素。
干杯
I have a zoo series. It lasts 10 years and its frequency is 15min.
I'd like to get a new zoo series (or vector) with the same number of elements, whith each element equal to the first element of the day.
That's, The first element everyday is repeated throughout the wole day.
This is not same as aggregate(originalseries,as.Date,head,1) because this gives a vector with just one element for each day.
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了几个答案:
干杯
I got several answers:
cheers