ch_decades_plot {CSHShydRology} | R Documentation |
Creates a simple plot comparing two decades from the
output of ch_binned_MannWhitney
.
ch_decades_plot(mplot)
mplot |
List output by the function |
A standard R graphic is created.
Paul Whitfield
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)