identifyChanges.Rd (390B)
1 % Generated by roxygen2: do not edit by hand 2 % Please edit documentation in R/identifyManeuvers.R 3 \name{identifyChanges} 4 \alias{identifyChanges} 5 \title{Helper function for identifying changes based on change magnitude and change 6 slope.} 7 \usage{ 8 identifyChanges(x, dx, xThresh, dxThresh) 9 } 10 \description{ 11 Helper function for identifying changes based on change magnitude and change 12 slope. 13 } 14