View source: R/ch_decades_plot.R
ch_decades_plot | 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
ch_decades_plot
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.