Validation scatterplot
1 2 3 | rt_val_scatter(valdata, variables = c("wse", "width", "slope"),
xvar = "id", yvar = c("value", "err", "relerr"), ci1 = 0.6827,
ci2 = 0.95, plot = TRUE)
|
valdata |
As returned by |
variables |
Variables to plot |
xvar, yvar |
x- and y-axis variables |
ci1, ci2 |
Confidence-interval levels for 2 ribbon geoms. Either or can be set to FALSE to disable plotting. |
plot |
if FALSE, just return the data used for plotting |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.