Skip to contents

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

Usage

Truffles

Format

A data frame with 5 observations on the following 2 variables.

truffles

a numeric vector

count

a numeric vector

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.

Examples


Truffles
#>   truffles count
#> 1        0   203
#> 2        1    39
#> 3        2    18
#> 4        3    13
#> 5        4    15
xyplot(count ~ truffles, Truffles, type='h', lwd=4)

barchart(count ~ truffles, Truffles, origin=0, horizontal=FALSE)