reach_loads: Plots mass sediment loading rates by reach, with uncertainty

Description Usage Arguments

Description

Plots mass sediment loading rates by reach, with uncertainty

Usage

1
2
3
reach_loads(path = "", custom_sgn = NULL, MC_path = NULL, n_MC = 0,
  units = "ton", prob = c(0.05, 0.95), print = FALSE, type = "sed",
  use_files = TRUE)

Arguments

path

Path to folder with model outputs

custom_sgn

Specifies the direction each reach should be plotted ('-1' is left, '1' is right)

MC_path

Path to "MC Outputs" folder (only if different than 'path')

n_MC

Number of Monte Carlo simulations

units

Character specifying units to be used in plot ("kg", "ton", or "1000 ton")

prob

Numeric vector of percentiles of Monte Carlo results to plot in addition to the median (defaults to 0.05 and 0.95)

print

Should the plot be printed to a file (defaults to 'FALSE')

type

Whether sediment loading ('type = "sed"', default) or pollutant loading ('type = "p"') should be plotted

use_files

Logical. Should results files that have been loaded be used (defaults to 'TRUE')


rodlammers/REMvisualizer documentation built on Jan. 29, 2020, 12:54 a.m.