Description Usage Arguments Examples
Creates generic EMI bar graph. Takes a data frame (or data from myTableMulti) to create a 2-D plot. Colors are customizable.
1 | EMIbarMulti(data, colors = NULL)
|
data |
a data frame with columns X (bar names), Fill (bar color), and Count (bar size). Works best with data from the myTableMulti function. |
colors |
vector of colors with length of 1 or the same length as the number of Fill options. Default colors are all EMI Blue (EMIcolors(1)) |
... |
parameters passed to geom_bar |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.