Para_deriv | R Documentation |
Slope and inflection points for the eHOF model types.
Para_deriv(
resp,
newdata = NULL,
model = NULL,
p,
type = c("slope", "inflection"),
...
)
resp |
response model results, see [HOF()]. |
newdata |
new gradient vector, if NULL a vector with 10000 values within gradient range will be used. |
model |
response model type. If not specified, the output of [pick.model()] will be used. |
p |
Vector of model parameters. If not specified, resp$models[[model]]$par will be used. |
type |
Output type: slope or inflection points of model curves. |
... |
further arguments passed to or from other methods, e.g. for [pick.model()]. |
For slope a vector of slopes for all newdata points. Inflection points are the extremes of the second derivative.
Florian Jansen
Peper, J., Jansen, F., Pietzsch, D., Manthey, M. 2011. Patterns of plant species turnover along grazing gradients. Journal of Vegetation Science 22: 457–466.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.