hist.mc: Histogram of a Monte Carlo Simulation

Description Usage Arguments Note Examples

View source: R/hist.mc.R

Description

Shows histogram of a mcnode or a mc object.

Usage

1
2
3
4
## S3 method for class 'mc'
hist(x, griddim=NULL, xlab=names(x), ylab="Frequency", main="", ...)
## S3 method for class 'mcnode'
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.

Note

For Two-dimensional mc, the histogram is based on all data (variability and uncertainty) pooled together.

Examples

1
2
3

mc2d documentation built on July 5, 2021, 3:01 p.m.