powered by
Produces a polar plot similar to that used in Whitfield and Cannon, 2000. It uses output from the function ch_binned_MannWhitney or a data structure created using the function ch_polar_plot_prep.
ch_binned_MannWhitney
ch_polar_plot_prep
ch_polar_plot( bmw, lcol1 = c("black", "gray50"), lcol2 = c("black", "gray50"), lfill = c("yellow", "green"), lsig = c("red", "blue") )
No value is returned; a standard R graphic is created.
output from ch_binned_MannWhitney
line colour, default is c("black","gray50")
c("black","gray50")
point colour, default is c("black","gray50")
fill colour, default is c("yellow","green")
c("yellow","green")
significance symbol colour, default is c("red","blue")
c("red","blue")
Paul Whitfield
Whitfield, P.H. and A.J. Cannon. 2000. Polar plotting of seasonal hydrologic and climatic data. Northwest Science 74: 76-80.
Whitfield, P.H., Cannon, A.J., 2000. Recent variations in climate and hydrology in Canada. Canadian Water Resources Journal 25: 19-65.
ch_binned_MannWhitney ch_polar_plot_prep
range1 <- c(1970,1979) range2 <- c(1990,1999) b_MW <- ch_binned_MannWhitney(CAN05AA008, step = 5, range1, range2, ptest <- 0.05) ch_polar_plot(b_MW)
Run the code above in your browser using DataLab