hist: Replacement to hist()

Description Usage

View source: R/hist.R

Description

Replacement to hist()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
hist(
  x,
  xlab = NULL,
  ylab = NULL,
  main = NULL,
  alpha = 0.6,
  cmap = NULL,
  col = 1,
  border = rgb(0, 0, 0, 0),
  freq = F,
  breaks = NULL,
  yaxt = "n",
  pch = 20,
  bty = "n",
  lwd = 0.75,
  tcl = -0.15,
  mgp = c(2, 0.25, 0),
  cex.axis = 0.8,
  family = "serif",
  axes = T,
  showmean = F,
  xmark = NULL,
  xmark.label = NULL,
  ...
)

OlivierBinette/pretty documentation built on Jan. 17, 2021, 12:13 a.m.