bar_plot | R Documentation |
Create ggplot2 bar plots of the utilities at any level of the decision model
bar_plot(model, deep, colors, title, xlab, ylab)
model |
data.table obtained with |
deep |
the deep to navigate the model object a select the utilities |
colors |
a list of colors for the bars |
title |
title for the bar plot |
xlab |
label for horizontal axis |
ylab |
label for vertical axis |
ggplot2 object.
Pedro Guarderas pedro.felipe.guarderas@gmail.com
library( mau )
vignette( topic = 'Running_MAUT', package = 'mau' )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.