View source: R/plot_elastic_reg_model.R
plot.elastic_reg_model | R Documentation |
Plots objects of class elastic_reg_model
.
## S3 method for class 'elastic_reg_model'
plot(x, asp = 1, col = "red", ...)
x |
object of class |
asp |
numeric, giving the aspect ratio of the two coordinates,
see |
col |
color of the predicted curves. |
... |
further plotting parameters. |
No value
For examples see documentation of fit_elastic_regression
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.