在R图中找到峰值

时间:2015-06-02 22:02:00

标签: r plot

我遇到了麻烦:在R情节中找到峰值。
我所拥有的data.frame称为data,如下所示:

      x        y
1   177.76  1366.20
2   177.98  1366.20 
3   178.20  1366.20
4   178.42  1333.02
5   178.64  1358.21 
6   178.85  1384.02
7   179.07  1382.58 
...................

plot(data$x, data$y, type="l")

plot http://i60.tinypic.com/2ypjejo.jpg

是否有自动查找峰值的功能?
我知道findPeaks(),但我需要time.series
感谢

0 个答案:

没有答案