View source: R/activity_code.r
plot.lincircmod | R Documentation |
Plot linear against circular data along with the fitted and null confidence limit distributions from a fitted lincircmod
object.
## S3 method for class 'lincircmod'
plot(
x,
CircScale = 2 * pi,
tlim = c(0, 1),
fcol = "black",
flty = 1,
ncol = "red",
nlty = 2,
...
)
x |
Object of class |
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 ( |
... |
Additional arguments passed to the inital plot construction, affecting axes and data plot symbols. |
No return value, called to create a plot visualising a linear-circular relationship.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.