render_hist_plot: Creating a simple histogram.

View source: R/render_hist_plot.R

render_hist_plotR 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).


cmsafvis documentation built on July 3, 2024, 5:07 p.m.