Description Usage Arguments Examples
This function splits the given column in the data.frame
1 2 | createColoredBarGraphLabels(data, col.x, col.fill, col.facet = NULL,
middle = TRUE, reverse = TRUE)
|
data |
a data frame one of its columns to be split |
col.x |
the column name used on x aes |
col.fill |
the column name used for fill/color aes |
col.facet |
the column name used for facet aes |
middle |
create the pos to be in the middle. defaults TRUE |
reverse |
create the pos on reverse. defaults TRUE |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.