sl_plot: Spread-level plot of a fitted model

View source: R/sl_plot.R

sl_plotR Documentation

Spread-level plot of a fitted model

Description

sl_plot creates a spread-level plot for a fitted model.

Usage

sl_plot(model, ...)

Arguments

model

A fitted model.

...

Currently unimplemented.

Author(s)

Joshua French

Examples

lmod <- lm(Girth ~ Height, data = trees)
sl_plot(lmod)

api2lm documentation built on July 9, 2023, 5:52 p.m.