| mhist.summary {GMD} | R Documentation |
Bin-wise summary of a mhist object of histograms
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,...)
h |
a |
x |
a |
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 |
omi |
a vector of the form 'c(bottom, left, top, right)' giving the size of the outer margins in inches.
See option |
mar |
a numerical vector of the form |
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 |
Bin-wise summary of a mhist object of histograms
mhist.summary returns a mhist.summary object
mhist plot.mhist plot.gmdp plot.gmdm