Create a nominal plot
PlotNominal(
data,
monochrome = TRUE,
plot.colors = c("#CCCCCC", "#DEDEDE"),
font.type = "serif",
bar.dodge = 0.6,
bar.alpha = 0.7,
bar.width = 0.4,
bar.extras.dodge = 0,
bar.border = "black",
bar.label = FALSE,
bar.error = TRUE,
use.cutoff = FALSE,
diff.cutoff = 1,
q.items = NULL
)
MCMC data to plot
logical, indicating whether or not to use monochrome colors, else use DistinctColors, Default: TRUE
range of color to use, Default: c("#CCCCCC", "#DEDEDE")
font type used for visualizations, Default: 'serif'
distance between within bar plots, Default: 0.6
transparency for bar plot, Default: 0.7
width of bar plot, Default: 0.4
dodge of error bar and label, Default: 0
color of the bar border, Default: 'black'
logical, indicating whether or not to show bar labels, Default: TRUE
logical, indicating whether or not to show error bars, Default: TRUE
logical, indicating whether or not to use a cutoff for keeping plots, Default: FALSE
if using a cutoff, determine the percentage that expected and observed values should differ, Default: 1
which variables should be used in the plot. Defaults to all , Default: NULL