rt_val_scatter: Validation scatterplot

Description Usage Arguments

View source: R/plotting.R

Description

Validation scatterplot

Usage

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)

Arguments

valdata

As returned by rt_valdata()

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


markwh/rtvalidate documentation built on Nov. 4, 2019, 5:25 p.m.