plot.elastic_reg_model {elasdics} | R Documentation |
Plot method for planar elastic regression models
Description
Plots objects of class elastic_reg_model
.
Usage
## S3 method for class 'elastic_reg_model'
plot(x, asp = 1, col = "red", ...)
Arguments
x |
object of class |
asp |
numeric, giving the aspect ratio of the two coordinates,
see |
col |
color of the predicted curves. |
... |
further plotting parameters. |
Value
No value
See Also
For examples see documentation of fit_elastic_regression
.
[Package elasdics version 1.1.3 Index]