View source: R/integratefunDataFrame.R
integratefunDataFrame | R Documentation |
This function integrates the values of a zt
-variable quantity within a certain thickness.
integratefunDataFrame(
df,
z = NULL,
zrange = c(0, 500),
formatter = "z%04d",
factor = 10,
rescaleWithDz = FALSE,
...
)
df |
data frame or 'zoo' object with (modeled) time series. |
z |
vector of soil layer depths. Default is |
zrange |
vector of soil layer thickness within which |
formatter |
character string with decimal formatter. It is used if |
factor |
unit factor used for conversion of |
rescaleWithDz |
logical value. If is |
... |
further argument for |
The values of the df
quantity interpolated in the zout
soil depths.
approx
,integrate
## NOTHING
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.