nfi {JoSAE} | R Documentation |
Sample plots of the Norwegian National Forest Inventory (NFI) with a variable of interest and an auxiliary variable
Description
A total of 131 sample plots of the Norwegian National Forest Inventory (NFI) with timber volume interpolated and extrapolated to the year 2011 as the variable of interest and mean vegetation height derived from image matching as the auxiliary variable.
Usage
data(nfi)
Format
A data frame with 131 observations on the following 2 variables.
vol.2011
numeric vector of the variable of interest
Elev.Mean
numeric vector of the auxiliary variable
Source
Breidenbach, J., Ronald E. McRoberts, Astrup, R. (2015), Empirical coverage of model-based variance estimators for remote sensing assisted estimation of stand-level timber volume. Remote Sensing of Environment. In press.
See Also
JoSAE-package
and Vignette for more examples
Examples
data(nfi)
plot(vol.2011~Elev.Mean, nfi)
[Package JoSAE version 0.3.0 Index]