circsizer.map {NPCirc}R Documentation

CircSiZer map

Description

This function plots the CircSiZer map for circsizer objects.

Usage

circsizer.map(circsizer.object, type, zero, clockwise, title=NULL, labels=NULL,
label.pos=NULL, rad.pos=NULL, raw.data=FALSE)

Arguments

circsizer.object

An object of class circsizer, i.e., output from functions circsizer.density or circsizer.regression.

type

Number indicating the labels to display in the plot: 1 (directions), 2 (hours), 3 (angles in radians), 4 (angles in degrees) or 5 (months).

zero

Where to place the starting (zero) point.

clockwise

Whether to interpret positive positions as clockwise from the starting point.

title

Title for the plot.

labels

Character or expression vector of labels to be placed at the label.pos. label.pos must also be supplied.

label.pos

Vector indicating the position (between 0 and 2\pi) at which the labels are to be drawn.

rad.pos

Vector (between 0 and 2\pi) with the drawing position for the radius.

raw.data

Logical, if TRUE, points indicated by x are stacked on the perimeter of the circle. Default is FALSE.

Value

CircSiZer map.

Author(s)

Maria Oliveira, Rosa M. Crujeiras and Alberto Rodriguez–Casal

References

Oliveira, M., Crujeiras R.M. and Rodriguez–Casal, A. (2014) NPCirc: an R package for nonparametric circular methods. Journal of Statistical Software, 61(9), 1–26. https://www.jstatsoft.org/v61/i09/

See Also

circsizer.density, circsizer.regression


[Package NPCirc version 3.1.1 Index]