Learn R Programming

JoSAE (version 0.3.0)

nfi: 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)

Arguments

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

See Also

JoSAE-package and Vignette for more examples

Examples

Run this code
# NOT RUN {
data(nfi)
plot(vol.2011~Elev.Mean, nfi)
# }

Run the code above in your browser using DataLab