Learn R Programming

medfate (version 0.2.2)

SpatialPointsForest-class: Class "SpatialPointsForest"

Description

An S4 class that represents a set of forest stands along with their spatial location

Arguments

Objects from the Class

Objects can be created by calls of the form new("SpatialPointsForest", ...) or by calls to function SpatialPointsForest.

Slots

forestlist:

Object of class "list" containing a set of forest objects.

soillist:

Object of class "list" containing a set of soil objects.

data:

Object of class "data.frame" containing the elevation (in m), slope (in degrees) and aspect (in degrees from North) of every cell.

coords:

Object of class "matrix" with spatial coordinates.

bbox:

Object of class "matrix" with the boundary box.

proj4string:

Object of class "CRS" with the projection string.

Extends

Class "'>SpatialPointsTopography", directly. Class "'>SpatialPointsDataFrame", distance 2. Class "'>SpatialPoints", distance 3. Class "'>Spatial", by class "SpatialPoints", distance 4.

Methods

spatialForestSummary

signature(object = "SpatialPointsForest"): calculates a summary function for all forest stands and returns an object of class SpatialPointsDataFrame-class.

spatialSoilSummary

signature(object = "SpatialPointsForest"): calculates a summary function for the soil of all stands and returns an object of class SpatialPointsDataFrame-class.

See Also

SpatialPointsTopography, SpatialPointsForest, SpatialGridForest, spatialForestSummary, forest

Examples

Run this code
# NOT RUN {
showClass("SpatialPointsForest")
# }

Run the code above in your browser using DataLab