| histl | R Documentation | 
histld plots a histogram having the counts logged.
histl(x, main = NULL, 
    xlab = NULL, plot = TRUE, 
    ...)| x | a vector of values for which the histogram is desired | 
| main | |
| xlab | |
| plot | produce a  | 
| ... | other parameters to  | 
an object of class histogram, see hist
Tomas Sieger
opar<-par(mfrow=c(1,2))
x<-rexp(1000)
hist(x)
histl(x)
par(opar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.