aphalo / ggpmisc

R package ggpmisc is an extension to ggplot2 and the Grammar of Graphics
https://docs.r4photobiology.info/ggpmisc
94 stars 6 forks source link

Add support for `lqs()` in `stat_poly_eq()` and `stat_poly_line()` #39

Open aphalo opened 1 year ago

aphalo commented 1 year ago

Currrently we support lm() and rlm() and any other function that returns an object of class "lm". MASS::lqs() with method lts is a useful alternative that could be also supported rather easily, I think.