plotCircle: Circular plot

Description Usage Arguments Details Author(s) Examples

View source: R/plotCircle.R

Description

Circular plot of a monthly variable.

Usage

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<at>qut.edu.au

Examples

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

Example output

Loading required package: ggplot2
Loading required package: MASS
Loading required package: mgcv
Loading required package: nlme
This is mgcv 1.8-20. For overview type 'help("mgcv-package")'.
Loading required package: survival
Loading required package: coda

season documentation built on May 2, 2019, 5:22 p.m.