relationship_plot | R Documentation |
Plot the Relationship of a Variable with Day of the Season
relationship_plot(
response,
settings = list(),
dat = KuskoHarvPred:::fit_data,
separate_day_types = TRUE,
pred_day = NULL,
pred_response = NULL,
draw_mape_range = FALSE
)
response |
Character; one of |
settings |
|
dat |
|
separate_day_types |
Logical; if the variable passed to |
pred_day |
Numeric; the day (1 = June 1; see |
pred_response |
Numeric; the predicted response corresponding to |
draw_mape_range |
Logical; should a shaded region around model prediction that shows +/- 1MAPE from LOO analyses be shown? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.