View source: R/ptrvListIntensity.r
ptrvListIntensity | R Documentation |
ptrvListIntensity
ptrvListIntensity(
df,
format = "wide",
stat = "area",
timePeriod = NULL,
negativeAsNull = TRUE,
fill = NULL
)
df |
a result of ptrvListIntensityByFiles ($res) ie a data.frame whose colnames are 'time ' 'ion' 'intensity' 'duration' 'file' and others |
format |
"wide" by default, can also be 'long' |
stat |
"area" by default but can also be "tmax" or "max" |
timePeriod |
calculates on a specific time period. If not null, can be a vector with two values (start and stop) or a data.frame whose colnames are file, start and stop |
negativeAsNull |
If TRUE, all negative value are replaced by 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.