R 从图中删除 lm() 公式

R remove lm() formula from the plot

如何删除我的 model 的 lm() 公式,该公式默认添加到我的 plot(mod) 函数中?

是的,只需添加 sub.caption 参数。

plot(mod, sub.caption=" ")