mc2d (version 0.1-17)

hist.mc: Histogram of a Monte Carlo Simulation

Description

Shows histogram of a mcnode or a mc object.

Usage

"hist"(x, griddim=NULL, xlab=names(x), ylab="Frequency", main="", ...) "hist"(x, ...)

Arguments

x
An mcnode or an mc object.
griddim
A vector of two integers, indicating the size of the grid of plots. If NULL, the grid is calculated to produce a "nice" graph.
xlab
A vector of labels for the x-axis for drawn histograms (those whose outm(x)!="none"). May be recycled.
ylab
A vector of labels for the y-axis for drawn histograms. May be recycled.
main
A vector of main title of histograms for drawn histograms. May be recycled.
...
Other arguments to be passed to all calls of hist.

Examples

Run this code
data(total)
hist(xVUM3)
hist(total)

Run the code above in your browser using DataLab