plotCircle function

Circular Plot

Circular Plot

Circular plot of a monthly variable.

plotCircle(months, dp = 1, ...)

Arguments

  • months: monthly variable to plot, the shades of grey of the 12 segments are proportional to this variable. The first result is assumed to be January, the second February, and so on.
  • dp: decimal places for statistics, default=1.
  • ...: additional arguments to plot

Details

This circular plot can be useful for estimates of an annual seasonal pattern. Darker shades of grey correspond to larger numbers.

Examples

plotCircle(months=seq(1,12,1),dp=0)

Author(s)

Adrian Barnett a.barnett@qut.edu.au

  • Maintainer: Adrian Barnett
  • License: GPL (>= 3)
  • Last published: 2022-03-21

Useful links