calc_time_to_strain_peak: Calculate time to peak strain

Description Usage Arguments

View source: R/calc_time_to_peak_strain.R

Description

Calculate time to peak strain

Usage

1
2
3
calc_time_to_strain_peak(data, strain, time, thresh = 0, incr = 0,
  type = c("circumferential", "radial"), peak.criteria = c("units",
  "percent"), ...)

Arguments

data

A data.frame

strain

Name of strain column, wrapped in "".

time

Name of time column, wrapped in "".

thresh

Optional, threshold that the strain peak has to pass.

incr

Optional, difference between the sought after peak and the following peak of opposite direction.

type

Type of strain, circumferential or radial.

peak.criteria

Which criteria to use for peak.


dloewenstein/straindys documentation built on May 25, 2019, 4:23 p.m.