Learn R Programming

medfate (version 0.2.2)

exampleSPF: Example of spatial points with forest data

Description

An example of an object of SpatialPointsForest-class with data for 30 plots, taken from the Spanish Forest Inventory (DGCN 2005).

Usage

data("exampleSPF")

Arguments

Format

The data format is that of an object SpatialPointsForest-class

See Also

forest, exampleforest, SpatialPointsForest-class

Examples

Run this code
# NOT RUN {
data(exampleSPF)

#Plot forest coordinates
plot(exampleSPF)

#Inspect forest object corresponding to the first point
exampleSPF@forestlist[[1]]

# }

Run the code above in your browser using DataLab