Learn R Programming

MetaLandSim (version 0.2)

landscape: Class 'landscape'

Description

Class representing a landscape graph, as produced by rland.graph, convert.graph and import.shape.

Arguments

Slots

  • mapsize - Side of the landscape in meters.
  • minimum.distance - Minimum distance between patches centroids, in meters.
  • mean.area - Mean patch area in hectares.
  • SD.area - Standard deviation of patches area.
  • number.patches - Total number of patches.
  • dispersal - Species mean dispersal ability, in meters.
  • nodes.characteristics - Data frame with patch (node) information (coordinates, area, radius, cluster, distance to nearest neighbor and ID).