linearize: Make raw strain linear or linear strain raw

View source: R/utilities.R

linearizeR Documentation

Make raw strain linear or linear strain raw

Description

Make raw strain linear or linear strain raw

Usage

linearize(X, gap = NULL, ref.strn = FALSE, ...)

## Default S3 method:
linearize(X, gap = NULL, ref.strn = FALSE, ...)

unlinearize(X, gap = NULL, constant = 0, unref.strn = TRUE, ...)

## Default S3 method:
unlinearize(X, gap = NULL, constant = 0, unref.strn = TRUE, ...)

Arguments

X

numeric; gauge strains

gap

numeric or character; the gap distance

ref.strn

logical; should the results be centered?

...

additional parameters

constant

numeric; value to use for de-linearizing

unref.strn

logical; should the centering be reversed?


abarbour/strain documentation built on Oct. 13, 2023, 11:44 p.m.