linear.c.plot: Linear plot of circular data

Description Usage Arguments Examples

View source: R/Exploratory.R

Description

Produces a linear histogram of a circular data set, with kernel density (black), ML von Mises (blue) and ML Jones-Pewsey (red) distributions overlaid.

Usage

1
linear.c.plot(data, bins = 90, BW = 15, l.pos, l.size = 1)

Arguments

data

Vector of angles, in radians.

bins

Specify number of bars to display in histogram. Default is 90.

BW

Bandwidth to be used for the kernel density estiate. Default is 15.

l.pos

Position of legend. Leave blank to plot without a legend.

l.size

If legend is displayed, scale it by this factor. Default is 1.

Examples

1

ClairBee/AS.circular documentation built on Jan. 24, 2020, 3:57 p.m.