| getIntensity | R Documentation |
getIntensity() is a compatibility wrapper around TSL2IM(). It accepts
canonical long TSL input only; convert wide TSW input with TSW2TSL()
first.
getIntensity(.x, units.source, units.target = "mm", output = c("IML", "IMW"))
.x |
|
units.source |
character. Source units of the |
units.target |
character. Target units for the returned intensities.
Default |
output |
character. |
See TSL2IM().
t <- seq(0, 1, by = 0.01)
tsl <- data.table::data.table(t = t, s = sin(2 * pi * t),
ID = "AT", OCID = "H1")
getIntensity(tsl, units.source = "mm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.