View source: R/intensityRatios.R
| TSL2CAV | R Documentation |
TSL2CAV() computes the cumulative absolute velocity history from
acceleration rows in a canonical TSL table and returns the relative
value CAV(t) / max(CAV).
TSL2CAV(.x, units.source, units.target = "mm", output = c("wide", "long"))
.x |
|
units.source |
character. Source length units of the |
units.target |
character. Target length units used for intermediate
calculations. Default |
output |
character. |
See TSL2AI().
t <- seq(0, 1, by = 0.01)
tsl <- data.table::data.table(RecordID = "R1", OCID = "H1",
ID = "AT", t = t,
s = 1000 * sin(2 * pi * t))
TSL2CAV(tsl, units.source = "mm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.