hist2: Wrapper for histogram function

View source: R/OM_Plotting.R

hist2R Documentation

Wrapper for histogram function

Description

Produces a blank plot if all values in x are equal

Usage

hist2(x, col, axes = FALSE, main = "", breaks = 10, cex.main = 1)

Arguments

x

A vector of values

col

Colour of the histogram

axes

Logical - should axes be included?

main

Character - main title

breaks

Number of breaks. See ?hist for more details

cex.main

Text size of the main title


MSEtool documentation built on July 26, 2023, 5:21 p.m.