View source: R/plot-mountains.R
Calculate density curve for non-time-varying, scaled, quadratic parameters
1 2 3 4 5 6 7 | fixed_density(
m,
predictor = "temp",
time = "year",
fixed_params = 1,
quadratics_only = TRUE
)
|
m |
Output of sdmTMB model |
predictor |
Prefix for scaled parameter in model |
time |
Variable containing time_steps with separate intercepts |
fixed_params |
|
quadratics_only |
If True doesn't plot 'happy face' quadratics. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.