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