View source: R/moose_barplot.R
moose_barplot | R Documentation |
This function creates a barplot with rotated x labels
moose_barplot( data, column_to_plot, labels_vec, rot_angle, pcol = "steelblue", pmain = "", pylim = c(0, 1) )
data |
the data frame holding the data to plot |
column_to_plot |
is the column name to plot |
labels_vec |
is a vector of label names to identify each bar |
rot_angle |
the angle to rotate the x-axis labels |
pcol |
is the plottin color |
pmain |
is the plotting main title |
pylim |
is the plotting y limits |
moose_barplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.