View source: R/plot_elastic_shape_mean.R
plot.elastic_shape_mean | R Documentation |
Plots objects of class elastic_shape_mean
.
## S3 method for class 'elastic_shape_mean'
plot(x, srv = FALSE, centering = TRUE, asp = 1, col = "red", ...)
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. |
No return value, called for side effects.
For examples see documentation of compute_elastic_shape_mean
.
See plot.elastic_mean
for the original code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.