Learn R Programming

landsepi (version 1.5.1)

loadLandscape: 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)

Value

a landscape in sp format

Arguments

id

a landscape ID between 1 to 5 (default = 1)

See Also

landscapeTEST, setLandscape

Examples

Run this code
land <- loadLandscape(1)
length(land)

Run the code above in your browser using DataLab