View source: R/plot-vocc-interaction.R
Plot raw chopsticks for vocc regression models
1 2 3 4 5 6 | plot_raw_chopsticks(
model,
species = NULL,
variables = c("mean_temp_scaled", "squashed_temp_vel_scaled"),
choose_x = NULL
)
|
model |
Model from vocc_regression function. Requires only named data element and coefs table. |
species |
Species effect to be plotted. |
variables |
List which variables are interacting. |
choose_x |
Which varible from list is on x-axis (either 1 or 2) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.