Landscape-getSPSources-method: Method to get SpatialPolygons Sources from a Landscape

Description Usage Arguments Value Examples

Description

Method to get SpatialPolygons Sources from a Landscape

Get all polygons of a Landscape object identified as sources

Usage

1
2
3
4
getSPSources(object, ...)

## S4 method for signature 'Landscape'
getSPSources(object)

Arguments

object

A Landscape object

...

options

Value

a SpatialPolygonDataFrame object

Examples

1
2
3
4
5
## Not run: 
## To get the first spatial polygon source information from a landscape object (named land)
getSPSources(land)@polygons[[1]]

## End(Not run)

SEHmodel documentation built on Sept. 12, 2016, 6:34 a.m.