Produces a ready-made chart from a trained model. By default draws
the match-weights bar chart. Set type = "parameters" for an m / u
probability comparison. For full control, extract data with
il_weights() or il_parameters() and build a custom
ggplot2::ggplot().
Usage
# S3 method for class 'il_model'
autoplot(object, type = c("weights", "parameters"), ...)Value
A ggplot2::ggplot() object.
