plot_circlefit: Plot circle segment that has been fitted a landmark...

View source: R/plot_circlefit.R

plot_circlefitR Documentation

Plot circle segment that has been fitted a landmark configuration

Description

Plot circle segment that has been fitted a landmark configuration

Usage

plot_circlefit(
  landmark_matrix,
  x_range,
  npoints = 1000,
  col = "red",
  pch = 1,
  ...
)

Arguments

landmark_matrix

is a matrix object with [,1] containing the x landmark coordinates and [,2] containing the y landmark coordinates.

x_range

the lower and upper x-value bounds to plot the fitted circle. Concatenate the lower and upper bounds using c(), E.g. for lower = 1 and upper = 10, type c(1,10).

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()'.


mannfred/curvr documentation built on Nov. 6, 2024, 7:10 p.m.