powered by
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), ... )
Returns a empty rose plot by day of year
Properties of the polar axes.
Vector of the position of the circular axis.
Other parameter passed to points.
Martin Durocher
ch_rfa_seasonstat.
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)))
Run the code above in your browser using DataLab