plot.elastic_shape_mean {elastes} | R Documentation |
Plot method for planar elastic Procrustes mean curves
Description
Plots objects of class elastic_shape_mean
.
Usage
## S3 method for class 'elastic_shape_mean'
plot(x, srv = FALSE, centering = TRUE, asp = 1, col = "red", ...)
Arguments
x |
object of class |
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 |
col |
color of the mean curve. |
... |
further plotting parameters. |
Value
No return value, called for side effects.
See Also
For examples see documentation of compute_elastic_shape_mean
.
See plot.elastic_mean
for the original code.
[Package elastes version 0.1.7 Index]