Learn R Programming

activity (version 1.0)

plot,lincircmod-method: 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

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

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
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.