Learn R Programming

briskaR (version 0.1.2)

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, ...)

# S4 method for Landscape getSPSources(object)

Arguments

object

A Landscape object

...

options

Value

a SpatialPolygonDataFrame object

Examples

Run this code
# NOT RUN {
## plot sources fields of maize.landscape
data(maize_65)
sources<-getSPSources(maize.landscape)
plot(sources)
# }

Run the code above in your browser using DataLab