Learn R Programming

SEHmodel (version 0.0.11)

getSPSources: Method to get SpatialPolygons Sources from a Landscape

Description

Method to get SpatialPolygons Sources from a Landscape

Get all polygons of a Landscape object identified as sources

Usage

getSPSources(object, ...)
"getSPSources"(object)

Arguments

object
A Landscape object
...
options

Value

a SpatialPolygonDataFrame object

Examples

Run this code
## Not run: 
# ## To get the first spatial polygon source information from a landscape object (named land)
# getSPSources(land)@polygons[[1]]
# ## End(Not run)

Run the code above in your browser using DataLab