View source: R/plot_circlefit.R
plot_circlefit | R Documentation |
Plot circle segment that has been fitted a landmark configuration
plot_circlefit(
landmark_matrix,
x_range,
npoints = 1000,
col = "red",
pch = 1,
...
)
landmark_matrix |
is a |
x_range |
the lower and upper x-value bounds to
plot the fitted circle. Concatenate the lower and upper bounds using
|
npoints |
a 'numeric' stating how many points to sample from the fitted circle. Default is 1000. |
col |
a 'character' string indicating the colour to plot the points from the fitted circle. Default is 'red'. |
pch |
a 'numeric' indicating the plotting symbol to be used. Default is '1'. See ?graphics::points for details. |
... |
further arguments passed to 'graphics::points()'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.