ldplot: Plots Load Duration Curve

Description Usage Arguments

Description

It is better to call tmdl first and then use S3 method plot.tmdl.

Usage

1
2
3
4
ldplot(data, names = list(), mult = 2.446576, WQS = 0.1, target = WQS,
WLA = NA, intervals = fi, coef = 0.1, do.out = FALSE,
 xlab = "Flow Duration Interval (%)", ylab = "Load",
key = NULL, legend = NULL, scales = list(), plot = list(), ...)

Arguments

data

Result of rankflow

names

Non-default column names in data

mult

Multiplier

WQS

Water Quality Standard

target

Same as WQS. Has precedance over WQS

WLA

Waste Load Allocation

intervals

Currently broken

coef

Influences whiskers calculation

do.out

Whether to plot outliers

plot

What should be plotted list. Defaults to list(MOS=FALSE, WLA=FALSE)

See lattice::xyplot for the following

xlab
ylab
key
legend
scales
...

tmdl documentation built on May 2, 2019, 6:07 p.m.

Related to ldplot in tmdl...