Learn R Programming

MetaLandSim (version 1.0.4)

rland: Random landscape

Description

Sample random landscape graph, object of class 'landscape'. It has 60 patches and the landscape mosaic has 1000 meters of side.

Usage

data(rland)

Arguments

Format

A list with the following elements:

  • mapsize - landscape mosaic side length, in meters.

  • minimum.distance - minimum distance between patches centroids).

  • mean.area - mean area, in hectares.

  • SD.area - standard deviation of the area.

  • number.patches - number of patches.

  • dispersal - mean dispersal ability of the species.

  • nodes.characteristics - data frame with the characteristics of each patch.

Examples

Run this code
# NOT RUN {
data(rland)

# }

Run the code above in your browser using DataLab