add.lp.lnorm {heR.Misc}R Documentation

Add log-normal distribution to a log-probability plot

Description

Function to add a log-normal distribution to a log-probability plot.

Usage

 
add.lp.lnorm(gm=1, gsd=exp(1), lty=1, lwd=1, col="black")

Arguments

gm the geometric mean for the distribution
gsd the geometric standard deviation for the distribution
lty the line type to use
lwd the line width to use
col the color to use

Details

A log-normal distribution takes the form of a straight line on a log-probability plot.

Value

Invoked for the side effect of adding a line to a plot.

Author(s)

Neil E. Klepeis
neil AT exposurescience DOT org
http://klepeis.net

See Also

lpplot.data, lpplot, add.lp.bin, add.lp.data


[Package heR.Misc version 0.0.4 Index]