histl: Histogram with log counts.

histlR Documentation

Histogram with log counts.

Description

histld plots a histogram having the counts logged.

Usage

histl(x, main = NULL, 
    xlab = NULL, plot = TRUE, 
    ...)

Arguments

x

a vector of values for which the histogram is desired

main
xlab
plot

produce a plot?

...

other parameters to hist

Value

an object of class histogram, see hist

Author(s)

Tomas Sieger

Examples

opar<-par(mfrow=c(1,2))
x<-rexp(1000)
hist(x)
histl(x)
par(opar)

tsieger/tsiMisc documentation built on Oct. 10, 2023, 10:24 p.m.