Learn R Programming

GMD (version 0.3.3)

mhist.summary: Bin-wise summary of histograms

Description

Bin-wise summary of a mhist object of histograms

Usage

mhist.summary(h, ...)
"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").

Value

mhist.summary returns a mhist.summary object

Details

Bin-wise summary of a mhist object of histograms

See Also

mhist plot.mhist plot.gmdp plot.gmdm