loadLandscape {landsepi} | R Documentation |
Load a landscape
Description
Loads one of the five built-in landscapes simulated using a T-tesselation algorithm and composed of 155, 154, 152, 153 and 156 polygons, respectively. Each landscape is identified by a numeric from 1 to 5.
Usage
loadLandscape(id = 1)
Arguments
id |
a landscape ID between 1 to 5 (default = 1) |
Value
a landscape in sp format
See Also
Examples
land <- loadLandscape(1)
length(land)
[Package landsepi version 1.4.0 Index]