View source: R/plot.lsfit.circle.R
plot.lsfit.circle | R Documentation |
This is a plot method for objects of class lsfit.circle
.
## S3 method for class 'lsfit.circle'
plot(x, add = FALSE, main = NULL, xlim = NULL, ylim = NULL,
xlab = NULL, ylab = NULL, uin, tol = 0.04, plus.cex = 1, ...)
x |
an object of class |
add |
logical: if |
main |
a main title for the plot. |
xlim |
the x limits (min,max) of the plot. |
ylim |
the y limits of the plot. |
xlab |
a label for the x axis. |
ylab |
a label for the x axis. |
uin |
desired values for the units per inch parameter. If of length 1, the desired units per inch on the x axis. |
tol |
proportion of white space at the margins of plot. |
plus.cex |
dimension of the cross in the center of the circle. |
... |
further arguments passed to the next method. |
Claudio Agostinelli and Ulric Lund
lsfit.circle
data(coope)
res <- lsfit.circle(x=x.coope, y=y.coope)
plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.