Learn R Programming

maxstat (version 0.7-13)

treepipit: Tree Pipit Data

Description

Counts of tree pipits at 86 raster points in oak forests.

Usage

data(treepipit)

Arguments

source

Data collected and kindly provided by Joerg Mueller .

Details

The influence of canopy overstorey on the number of bird individuals is of special interest.

References

Mueller J. and Hothorn T. (2003), On the Identification and Assessment of Habitat Patterns with Impact in Breeding Bird Communities in Oak Forests. submitted manuscript.

Examples

Run this code
data(treepipit)
mod <- maxstat.test(counts ~ coverstorey, data = treepipit, 
                    smethod = "Data", pmethod = "HL", minprop = 0.2,
                    maxprop = 0.8)
print(mod)
plot(mod)

Run the code above in your browser using DataLab