- freq
Data frame with at least two columns, containing probabilities in the first and series of data quantiles in the remaining columns. Typically
an object as returned by ExtractFreq
or a subset thereof.
- xscale
Character string, keyword for x-axis scaling. Either "lin"
for linear scaling or "gauss"
for gaussian scaling as in a normal
probability plot, which allows for for better comparison of low flow and high flow frequencies.
- yscale
Character string, keyword for y-axis scaling. Either "lin"
for linear scaling or "log"
for common logarithm scaling.
- add.legend
Logical. If TRUE
, a legend will be added to the plot, including the number of observations on which the quantiles are based for
each curve if freq
is a result from ExtractFreq
.
- l.legend
Character vector. If non-NULL, legend labels are read from here instead of from column names in freq
.
- ylim
Numeric vector of length two, giving y-axis limits. NULL
for default values.
- xlab
Character string, x-axis label.
- ylab
Character or plotmath
expression string. Y-axis label, either as keyword "m3s"
or "mmd"
for pre-defined pretty
discharge labels, or any other string which will be plotted unchanged.
- col
Line color specification, see par
for details. Defaults to blue. Either a single value or a vector of the same length as quantile
series in freq
.
- lty
Line type specification, see par
for details. Either a single value or a vector of the same length as quantile
series in freq
.
- lwd
Line width specification, see par
for details. Either a single value or a vector of the same length as quantile
series in freq
.
- mar
Numeric vector of length 4, margin specification as in par
with modified default. Details see there.