autoplot.smooth: Automatically create a ggplot for objects obtained from...

View source: R/model_refinement.R

autoplot.smoothR Documentation

Automatically create a ggplot for objects obtained from smooth_coef()

Description

[Experimental] Takes an object produced by smooth_coef(), and produces a plot with a comparison between the smoothed coefficients and estimated coefficients obtained from the model.

Usage

## S3 method for class 'smooth'
autoplot(object, ...)

Arguments

object

object produced by smooth_coef()

...

other plotting parameters to affect the plot

Value

Object of class ggplot2

Author(s)

Martin Haringa


insurancerating documentation built on Dec. 28, 2022, 2:53 a.m.