| plot.broken {breakDown} | R Documentation |
Break Down PLot
## S3 method for class 'broken' plot(x, trans = I, ..., add_contributions = TRUE, vcolors = c(`-1` = "#d8b365", `0` = "#f5f5f5", `1` = "#5ab4ac", X = "darkgrey"), digits = 3, rounding_function = round)
x |
the model model of 'broken' class |
trans |
transformation that shal be applied to scores |
... |
other parameters |
add_contributions |
shall variable contributions to be added on plot? |
vcolors |
named vector with colors |
digits |
number of decimal places (round) or significant digits (signif) to be used.
See the |
rounding_function |
function that is to used for rounding numbers.
It may be |
a ggplot2 object