powered by
This is a plot method for objects of class lsfit.circle.
lsfit.circle
# S3 method for lsfit.circle plot(x, add = FALSE, main = NULL, xlim = NULL, ylim = NULL, xlab = NULL, ylab = NULL, uin, tol = 0.04, plus.cex = 1, ...)
an object of class lsfit.circle.
logical: if TRUE the plot is superimposed on the active device.
TRUE
a main title for the plot.
the x limits (min,max) of the plot.
the y limits of the plot.
a label for the x axis.
desired values for the units per inch parameter. If of length 1, the desired units per inch on the x axis.
proportion of white space at the margins of plot.
dimension of the cross in the center of the circle.
further arguments passed to the next method.
# NOT RUN { data(coope) res <- lsfit.circle(x=x.coope, y=y.coope) plot(res) # }
Run the code above in your browser using DataLab