R/diagnosticsRegistry.R
registerPlot.Rd
Register a diagnostic plot
registerPlot(name, fun)
Name of the plot
Function taking a model and returning a ggplot object
Invisibly returns NULL.
NULL
registerPlot("custom_plot", function(model) ggplot2::ggplot())