Learn R Programming

briskaR (version 0.1.2)

Landscape: Class Landscape

Description

Class Landscape defines a landscape

Arguments

Slots

thelandscape

A SpatialPolygonsDataFrame

xmin

Left x-axis coordinate (in meters)

xmax

Right x-axis coordinate (in meters)

ymin

Bottom y-axis coordinate (in meters)

ymax

Top y-axis coordinate (in meters)

n

Number of fields in the landscape

Details

Landscape objects can be created by calling of the allocator new("Landscape", ...), or (preferred) by calling to the function simulateLandscape or loadLandscape.

See Also

simulateLandscape , loadLandscape , loadLandscapeSIG