sl_plot | R Documentation |
sl_plot
creates a spread-level plot
for a fitted model.
sl_plot(model, ...)
model |
A fitted model. |
... |
Currently unimplemented. |
Joshua French
lmod <- lm(Girth ~ Height, data = trees)
sl_plot(lmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.