Learn R Programming

activity (version 1.3.4)

plot.lincircmod: Plot linear-circular relationship

Description

Plot linear against circular data along with the fitted and null confidence limit distributions from a fitted lincircmod object.

Usage

# S3 method for lincircmod
plot(
  x,
  CircScale = 2 * pi,
  tlim = c(0, 1),
  fcol = "black",
  flty = 1,
  ncol = "red",
  nlty = 2,
  ...
)

Value

No return value, called to create a plot visualising a linear-circular relationship.

Arguments

x

Object of class lincircmod.

CircScale

Single numeric value defining the plotting maximum of the circular scale.

tlim

Numeric vector with two elements >=0 and <=1 defining the lower and upper limits at which to plot distributions; default plots the full range.

fcol, flty, ncol, nlty

Define line colour (col) and type (lty) for fitted (f) and null (n) distributions; input types as for col and lty, see par.

...

Additional arguments passed to the inital plot construction, affecting axes and data plot symbols.