plot.elastic_reg_model function

Plot method for planar elastic regression models

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", ...)

Arguments

  • 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.

Returns

No value

See Also

For examples see documentation of fit_elastic_regression.

  • Maintainer: Lisa Steyer
  • License: GPL-3
  • Last published: 2024-01-25

Useful links