looerr_plot: Leave-one-out relative error for reaches

Description Usage Arguments

View source: R/plotting.R

Description

Plots total relative error against nodes, excluding that node from the calculation of reach-level relative error.

Usage

1
2
looerr_plot(valdf, reach_ids = "all", variables = c("wse", "width",
  "area_total"), sort = c("id", "relerr"), plot = TRUE)

Arguments

valdf

As returned by rt_valdata()

reach_ids

Vector of reach_ids to include, or "all"

variables

Vector of variables to include, or "all"

sort

How to sort the x-axis? Choices are: id for node_id, or relerr for relative error.

plot

if FALSE, return the data used to plot, but do not generate the plot.


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