BITOEKforests {MarkedPointProcess}R Documentation

Forestry areas of intensif measurement by BITOEK

Description

Two foresty areas of intensive measurement maintained by BITOEK

Usage

data(BITOEK)

Format

The two variables, steigerwald and coulissenhieb are lists, where the first component, coord, is a matrix of two columns giving the positions of the trees, and the second component gives the stem diameters. The third component, author, gives a short description of the data set.

Details

Both forests can be found in the the North of Bavaria, Germany; ‘Steigerwald’ is a forest near Bamberg, ‘Coulissenhieb’ is in the ‘Fichtelgebirge’.

Source

The data were collected by Pedro Gerstberger, BITOEK, http://www.bitoek.uni-bayreuth.de, University of Bayreuth, Germany.

References

Schlather, M., Ribeiro, P. and Diggle, P. (2004) Detecting Dependence Between Marks and Locations of Marked Point Processes J. R. Statist. Soc., Ser. B 66, 79-83.

Examples

data(BITOEK)

plotWithCircles(cbind(coulissenhieb$coord, coulissenhieb$diam), factor=3)

plotWithCircles(cbind(steigerwald$coord, steigerwald$diam), factor=2)


[Package MarkedPointProcess version 0.2.9 Index]