julianPlot: Scatter Plot on the unit polar space

Description Usage Arguments Examples

Description

Plot circular statistics for seasonal data insde the unitary circle.

Usage

1
2
julianPlot(x, y = NULL, rose.col = "gray40", rose.lwd = 1.5,
  rose.cex = 1.5, rose.radius = seq(0.25, 1, 0.25), mlabel = NULL, ...)

Arguments

x, y

Sample to plot, could be a matrix or a list. If x is a formula then y must be a data.frame.

rose.col, rose.lwd, rose.cex

Property of the polar axes.

mlabel

Labels to print. By default they are month abbreviation.

...

Other parameter passed to points

Examples

1
2
3
ang <- runif(20, 0, 2*pi)
rr <- runif(20,0,1)
julianPlot(polar2xy(ang,rr))

martindurocher/floodRFA documentation built on June 5, 2019, 8:44 p.m.