ch_decades_plot: Plots output from ch_binned_MannWhitney for decades

View source: R/ch_decades_plot.R

ch_decades_plotR 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 ch_binned_MannWhitney

Value

A standard R graphic is created.

Author(s)

Paul Whitfield

See Also

ch_decades_plot

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)

CSHS-hydRology/CSHShydRology documentation built on Aug. 18, 2022, 4:44 p.m.