Generates a heat plot with items in their consensus ordering along the
horizontal axis and ranking along the vertical axis. The color denotes
posterior probability.
Usage
heat_plot(model_fit, ...)
Value
A ggplot object.
Arguments
model_fit
An object of type BayesMallows, returned from
compute_mallows().
...
Additional arguments passed on to other methods. In particular,
type = "CP" or type = "MAP" can be passed on to
compute_consensus() to determine the order of items along the
horizontal axis.