Learn R Programming

MetaLandSim (version 0.2)

occ.landscape: Sample landscape with one simulated occupancy snapshot

Description

Sample random landscape graph, with species occupancy data (occupancy rate - 50%). Simulated data.

Usage

data(occ.landscape)

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.
  • distance.to.neighbours - data frame with pairwise distance between patches.
  • nodes.characteristics - data frame with the characteristics of each patch.

Examples

Run this code
data(occ.landscape)

Run the code above in your browser using DataLab