mhist.summary: Bin-wise summary of histograms

Description Usage Arguments Details Value See Also

View source: R/ghist.R

Description

Bin-wise summary of a mhist object of histograms

Usage

1
2
3
4
5
6
mhist.summary(h, ...)

## S3 method for class 'mhist.summary'
plot(x,bins,plot.ci=TRUE,col=NULL,
ci.color="orchid1",tcl=-0.25,omi=c(0.5,0.5,1.0,0.25),mar=c(3,3,3,1),
mgp=c(2,0.5,0),if.plot.new=TRUE,...)

Arguments

h

a "mhist" object as produced by as.mhist

x

a mhist.summary object as produced by mhist.summary

bins

character vecter, the bin labels; if non-specific, bins are numbered/labeled starting with one.

plot.ci

logical, indicating whether plot error bars that represent the 0.50 confidence interval (CI)

col

color of the histogram

ci.color

color of the error bars

tcl

the length of tick marks as a fraction of the height of a line of text. See option tcl inhelp("par", package="graphics").

omi

a vector of the form 'c(bottom, left, top, right)' giving the size of the outer margins in inches. See option omi inhelp("par", package="graphics").

mar

a numerical vector of the form c(bottom, left, top, right) which gives the number of lines of margin to be specified on the four sides of the plot. See option mar inhelp("par", package="graphics").

mgp

the margin line (in 'mex' units) for the axis title, axis labels and axis line.

if.plot.new

logical, whether starting a new device or not.

...

arguments to be passed to method plot.mhist.summary.
See help("barplot2", package="gplots").

Details

Bin-wise summary of a mhist object of histograms

Value

mhist.summary returns a mhist.summary object

See Also

mhist plot.mhist plot.gmdp plot.gmdm


GMD documentation built on May 29, 2017, 10:41 a.m.