Learn R Programming

CSHShydRology (version 1.4.2)

ch_rfa_julianplot: Circular plotting by day of year

Description

Create axis for plotting circular statistics in a unitary circle.

Usage

ch_rfa_julianplot(
  rose.col = "gray40",
  rose.lwd = 1.5,
  rose.cex = 1.5,
  rose.radius = seq(0.25, 1, 0.25),
  ...
)

Value

Returns a empty rose plot by day of year

Arguments

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.

Author

Martin Durocher

See Also

ch_rfa_seasonstat.

Examples

Run this code

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