circular_dotplot: Circular dotplot

Description Usage Arguments See Also Examples

View source: R/circular_dotplot.R

Description

Circular dotplot

Usage

1
circular_dotplot(x, bin = 5, ...)

Arguments

x

vector of angles, assumed to be bearings (in degrees, from North). A simple numeric vector is supplied, it is assumed to follow the conventions of bearings. When a vector of class "circular" is supplied, it is converted to bearings

bin

bin width in degrees

...

passed to geom_point

See Also

as.bearing for the conversion in bearings

Examples

1
2
3
4
circular_dotplot(rnorm(100, 0, 20))
library("circular")
circular_dotplot(rvonmises(100, 0, 10))
circular_dotplot(rvonmises(100, pi/2, 10))

jiho/discr documentation built on May 19, 2019, 9:30 a.m.