| LansingTrees {gcKrig} | R Documentation |
Locations and Botanical Classification of Trees in Lansing Woods
Description
The data is aggregated from the dataset lansing in library spatstat, which
came from an investigation of a 924 ft x 924 ft (19.6 acres) plot in Lansing Woods, Clinton
County, Michigan USA by D.J. Gerrard.
The original point process data described the locations of 2,251 trees and their
botanical classification (into maples, hickories, black oaks, red oaks, white oaks and miscellaneous trees). The original plot size has been rescaled to the unit square and the number of different types of trees
has been counted within squares of length 1/16.
Usage
data(LansingTrees)
Format
A data frame with 256 observations and 8 variables.
EastingCartesian x-coordinate of the locations.
NorthingCartesian y-coordinate of the locations.
mapleNumber of maples in the area.
hickoryNumber of hickories in the area.
blackoakNumber of black oaks in the area.
redoakNumber of red oaks in the area.
whiteoakNumber of white oaks in the area.
miscNumber of miscellaneous trees in the area.
References
Kazianka, H. (2013) Approximate copula-based estimation and prediction of discrete spatial data. Stoch Environ Res Risk Assess, 27:2015-2026
Examples
data(LansingTrees)
str(LansingTrees)