plot_continuous | R Documentation |
Plots a histogram with the possibility of overlaying a function
plot_continuous(v, fun = NULL, args = NULL, fill = "#C3395B", ..., xlim = NULL)
v |
numeric vector |
fun |
function to plot |
args |
list of arguments passed to fun |
... |
other arguments passed on to |
xlim |
optionally, restrict the range of the function to this range |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.