Plot linear against circular data along with the fitted and null confidence limit distributions from a fitted lincircmod object.
# S3 method for lincircmod
plot(
x,
CircScale = 2 * pi,
tlim = c(0, 1),
fcol = "black",
flty = 1,
ncol = "red",
nlty = 2,
...
)Object of class lincircmod.
Single numeric value defining the plotting maximum of the circular scale.
Numeric vector with two elements >=0 and <=1 defining the lower and upper limits at which to plot distributions; default plots the full range.
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.