Learn R Programming

abd (version 0.1-22)

Truffles: Truffle Distribution

Description

Number of truffles per plot for 288 plots in an old growth forest in northeastern California.

Usage

data(Truffles)

Arguments

source

Waters, J.R., K.S. McKelvey, D.L. Luoam, and C.J. Zabel. 1997. Truffle production in old-growth and mature fir stands in northeastern California. Forest Ecology and Management 96: 155-166.

References

http://www.fs.fed.us/psw/publications/watersj/waters2.PDF

Examples

Run this code
data(Truffles)
Truffles
xyplot(count~truffles, Truffles, type='h', lwd=4)
barchart(count~truffles, Truffles, horizontal=FALSE)

Run the code above in your browser using DataLab