Learn R Programming

medfate (version 0.7.4)

exampleSPL: Example of spatial points with forest data

Description

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

Usage

data("exampleSPL")

Arguments

Format

The data format is that of an object SpatialPointsLandscape-class

See Also

forest, exampleforest, SpatialPointsLandscape-class

Examples

Run this code
# NOT RUN {
data(exampleSPL)

#Plot forest coordinates
plot(exampleSPL)

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

# }

Run the code above in your browser using DataLab