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

View source: R/model_performance_bootstrap_rmse.R

autoplot.bootstrap_rmseR Documentation

Automatically create a ggplot for objects obtained from bootstrap_rmse()

Description

Takes an object produced by bootstrap_rmse(), and plots the simulated RMSE

Usage

## S3 method for class 'bootstrap_rmse'
autoplot(object, fill = NULL, color = NULL, ...)

Arguments

object

bootstrap_rmse object produced by bootstrap_rmse()

fill

color to fill histogram (default is "steelblue")

color

color to plot line colors of histogram

...

other plotting parameters to affect the plot

Value

a ggplot object

Author(s)

Martin Haringa


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