plotCircle: Circular Plot

View source: R/plotCircle.R

plotCircleR 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 plot

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)



agbarnett/season documentation built on March 26, 2022, 9:29 a.m.