hist.rv: Histogram of a random vector

Description Usage Arguments Author(s) References Examples

View source: R/hist_rv.R

Description

hist.rv shows a grid of histograms generated from random draws of the random vector argument.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'rv'
hist(
  x,
  grid = c(4, 5),
  xlim = x.range,
  main = paste(xname, "simulation"),
  freq = FALSE,
  ...
)

Arguments

x

an object

grid

a vector of two numbers, indicating the size of the grid to plot the histograms

xlim

x limits

main

main title

freq

logical; if FALSE, plots as probability density, as it should.

...

Other arguments passed on to hist

Author(s)

Jouni Kerman jouni@kerman.com

References

Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.

See also vignette("rv").

Examples

1
2
3
4
5
  ## Not run: 
  x <- rvnorm(30)
  hist(x)
  
## End(Not run)

jsta/rv documentation built on Feb. 12, 2022, 5:13 p.m.