render_hist_plot {cmsafvis} | R Documentation |
Creating a simple histogram.
Description
This routine was implemented for creating histograms in the CM SAF R Toolbox.
Usage
render_hist_plot(
dastat,
shortDescription,
grid_col,
bordercolor,
linesize,
xlab
)
Arguments
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). |
[Package cmsafvis version 1.2.8 Index]