ch_rfa_julianplot {CSHShydRology} | R Documentation |
Create axis for plotting circular statistics in a unitary circle.
ch_rfa_julianplot(
rose.col = "gray40",
rose.lwd = 1.5,
rose.cex = 1.5,
rose.radius = seq(0.25, 1, 0.25),
...
)
rose.col , rose.lwd , rose.cex |
Properties of the polar axes. |
rose.radius |
Vector of the position of the circular axis. |
... |
Other parameter passed to points. |
Returns a empty rose plot by day of year
Martin Durocher
data(flowAtlantic)
ss <- ch_rfa_seasonstat(date ~ id, flowAtlantic$ams)
ch_rfa_julianplot()
points(y ~ x, ss, pch = 16, col = cut(ss[,'radius'], c(0,.5,.75,1)))