rsquaredacademy / olsrr

Tools for developing OLS regression models
https://olsrr.rsquaredacademy.com/
Other
102 stars 22 forks source link

ggplot (or grob) object must be printed when print_plot is TRUE #161

Open linusjf opened 4 years ago

linusjf commented 4 years ago

https://github.com/rsquaredacademy/olsrr/issues/158#issuecomment-623319168

Brief description of the problem:

The print_plot parameter in plot must print the graphical output of the ggplot (or grob) object when set to TRUE.

The graphical object can be returned invisibly by the function.