检测序列的步长

时间:2016-05-06 09:50:26

标签: r sequence seq

基础R中是否有一个函数,或者更优雅的方法来检测向量中的步长增加?

目前我正在使用diffunique的组合。

xx <- seq(from = 0, to = 100, by = 5)

unique(diff(xx))
# 5

0 个答案:

没有答案