Learn R Programming

medfate (version 0.7.4)

SpatialPointsLandscape: Creates Spatial Landscape Classes

Description

Functions to initialize spatial landscape classes.

Usage

SpatialPointsLandscape(spt, forestlist, soillist)
SpatialPixelsLandscape(spxt, lct, forestlist, soillist, verbose=TRUE)
SpatialGridLandscape(sgt, lct, forestlist, soillist, verbose=TRUE)

Arguments

spt

An object of class SpatialPointsTopography.

spxt

An object of class SpatialPixelsTopography.

sgt

An object of class SpatialGridTopography.

lct

A character vector with the land cover type of each grid cell (values should be 'wildland', 'agriculture', 'rock' or 'static').

forestlist

A list of objects of class 'forest' with the same number of elements as spatial points/pixels.

soillist

A list of objects of class 'forest' with the same number of elements as spatial points/pixels.

verbose

A flag to specify console output during spatial object initialization.

Value

An object of class SpatialPointsLandscape-class, SpatialPixelsLandscape-class or SpatialGridLandscape-class depending on the function.

See Also

forest, soil