Plot method for planar elastic regression models
Plots objects of class elastic_reg_model
.
## S3 method for class 'elastic_reg_model' plot(x, asp = 1, col = "red", ...)
x
: object of class elastic_reg_model
, usually a result of a call to fit_elastic_regression
asp
: numeric, giving the aspect ratio of the two coordinates, see plot.window
for details.col
: color of the predicted curves....
: further plotting parameters.No value
For examples see documentation of fit_elastic_regression
.
Useful links