Description Usage Arguments Value Author(s) Examples
Calculate the maximum ration of the derivatives of two time series
1 | max_rel_diff(x, y)
|
x |
Modelled time series or array with dimension |
y |
Measured time series |
max(diff(x) / diff(y), na.rm=TRUE)
Dominik Reusser
1 2 3 4 | data(models_dawson,package="wasim")
max_rel_diff(models_dawson[,1],models_dawson[,2])
do.call(rbind,lapply(models_dawson, FUN =max_rel_diff, y=models_dawson[,1]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.