Description Usage Arguments Details Value Author(s)
Calculate mean slopes, i.e. rates, between within time intervals.
1 2 | twCalcObsScale(dx, times1 = NULL, times2 = NULL, na.rm = TRUE,
doSort = TRUE)
|
dx |
numeric vector: slopes at time points times |
times1 |
|
times2 |
|
na.rm |
can be set to FALSE for performance reasons |
doSort |
can be set to FALSE for performance reasons |
Calculate the derivative for next intervals (mean of the two borders). At the end of times1 it corresponds to the slope at last time point.
list with components
slope within the interval (i,i+1)
same for intervals times2 (NULL if either times1 or times2 was NULL)
Thomas Wutzler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.