View source: R/render_hist_plot.R
render_hist_plot | R Documentation |
This routine was implemented for creating histograms in the CM SAF R Toolbox.
render_hist_plot(
dastat,
shortDescription,
grid_col,
bordercolor,
linesize,
xlab
)
dastat |
Statistics given to hist plot (numeric). |
shortDescription |
A title will be generated using "Histogram of" + description (character). |
grid_col |
Color used for the grid. |
bordercolor |
Color used for borders. |
linesize |
Line width to be used (positive numeric). |
xlab |
Label for x axis (character). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.