render_instat_plot {cmsafvis} | R Documentation |
Creating a simple instat plot.
Description
This function creates a simple r-instat plot.
Usage
render_instat_plot(
co.data,
shortDescription,
grid_col,
bordercolor,
linesize,
ylab
)
Arguments
co.data |
Statistics given to hist plot (data.frame). |
shortDescription |
A title will be generated using "Comparison of" + description (character). |
grid_col |
Color used for the grid. |
bordercolor |
Color used for borders. |
linesize |
Line width to be used (positive numeric). |
ylab |
Label for y axis (character). |
[Package cmsafvis version 1.2.8 Index]