plot.size.dist {heR.IndoorAir}R Documentation

Plot Particle Size Distributions

Description

Plot particle size distributions with log axes and optional gridlines

Usage

plot.size.dist (x, y, topx=NULL, ylim=range(y), xlim=range(x),
                type="s", log="x", col="black", grid=TRUE, rect=TRUE,
                shade.col="tan",  ...)

Details

Function to plot empirical particle size data consisting of lower limits for particle size bins (diameters) and counts inside each bin – with nice log base-10 axes, gridlines and optional rectangles for each bin. An absolute top limit can be specified with topx. Mostly a simple wrapper to plot, creating a nice log x-axis, gridlines, and drawing histogram rectangles to represent the distribution.

Author(s)

Neil E. Klepeis
nklepeis@uclink.berkeley.edu
http://socrates.berkeley.edu/~nklepeis

See Also

size.dist.trellis, Lattice


[Package heR.IndoorAir version 0.0.3 Index]