| plot_discrete | R Documentation | 
Plots a barplot with the possibility of overlaying a discrete function
plot_discrete(v, fun = NULL, args = NULL, fill = "#C3395B", n = 5, ...)
v | 
 numeric vector  | 
fun | 
 function to graph  | 
args | 
 list of arguments passed to fun  | 
n | 
 desired number of breaks in x axis. You may get slightly more or fewer breaks that requested.  | 
... | 
 other arguments passed on to   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.