Plot method for planar elastic Procrustes mean curves
Source:R/plot_elastic_shape_mean.R
plot.elastic_shape_mean.Rd
Plots objects of class elastic_shape_mean
.
Usage
# S3 method for elastic_shape_mean
plot(x, srv = FALSE, centering = TRUE, asp = 1, col = "red", ...)
Arguments
- x
object of class
elastic_shaped_mean
, usually a result of a call tocompute_elastic_shape_mean
- srv
TRUE if the SRV curve should be plotted
- centering
TRUE if mean and pfits should be centered
- asp
numeric, giving the aspect ratio of the two coordinates, see
plot.window
for details.- col
color of the mean curve.
- ...
further plotting parameters.
See also
For examples see documentation of compute_elastic_shape_mean
.
See plot.elastic_mean
for the original code.