plotCircle {season} | R Documentation |
Circular Plot
Description
Circular plot of a monthly variable.
Usage
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 |
Details
This circular plot can be useful for estimates of an annual seasonal pattern. Darker shades of grey correspond to larger numbers.
Author(s)
Adrian Barnett a.barnett@qut.edu.au
Examples
plotCircle(months=seq(1,12,1),dp=0)
[Package season version 0.3.15 Index]