ch_decades_plot {CSHShydRology} | R Documentation |
Plots output from ch_binned_MannWhitney for decades
Description
Creates a simple plot comparing two decades from the
output of ch_binned_MannWhitney
.
Usage
ch_decades_plot(mplot)
Arguments
mplot |
List output by the function |
Value
A standard R graphic is created.
Author(s)
Paul Whitfield
See Also
Examples
range1 <- c(1970, 1979)
range2 <- c(1990, 1999)
b_MW <- ch_binned_MannWhitney(CAN05AA008, step = 5, range1, range2, ptest = 0.05)
ch_decades_plot(b_MW)
[Package CSHShydRology version 1.4.2 Index]