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

Description Usage Arguments Details Value Author(s) References See Also

View source: R/CountCycles.numeric.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 'numeric'
CountCycles(x)

Arguments

x

Vector of local extrema.

Details

The vector (or time series) x should strictly alternate min/max. If it does not, CountCycles() will automatically remove any repeated min or max values and issue a warning.

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.