CountCycles.peaks: CountCycles method for S3 object class 'peaks'

Description Usage Arguments Value Author(s) References See Also

View source: R/CountCycles.peaks.R

Description

Implements ASTM E1049-85 rainflow cycle counting to determine the amplitude and mean of each cycle within a vector (or time series) of alternating min/max local extrema.

Usage

1
2
## S3 method for class 'peaks'
CountCycles(x)

Arguments

p

Object of class peaks returned from FindPeaks.

Value

Object of type rainflow: a data frame with the number of cycles for each amplitude/mean combination.

Author(s)

Addison Klinke, agk38@case.edu

References

https://www.astm.org/Standards/E1049.htm

See Also

FindPeaks


addisonklinke/rainflow documentation built on Aug. 23, 2020, 10:48 a.m.