Description Usage Arguments Examples
View source: R/plot_validation.R
Link validation plot with plot.ly
1 2 | plotly_validation(links, volume, count, color_field = NULL, id = NULL,
show_lm = TRUE)
|
links |
Model link table as a |
volume |
Character string identifying the modeled volume in the link table. |
count |
Character string identifying the calibration/validation counts in the link table. |
color_field |
(Optional) character string identifying variable to color observations by, for example facility type. |
id |
A link identification field. If NULL, then use |
show_lm |
If |
1 | plotly_validation(links, "volume", "count", "facility_group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.