Learn R Programming

MetaLandSim (version 0.2)

summary_landscape: Summarize 'landscape' class objects

Description

This function summarizes a landscape class object.

Usage

summary_landscape(object)

Arguments

object
Object of class landscape

Value

  • Returns a data frame with the following information on a landscape class object:
  • landscape area (hectares)Landscape mosaic area, in hectares
  • number of patchesNumber of patches in the landscape
  • mean patch area (hectares)Mean patch area, in hectares
  • SD patch areaSD of the patch area
  • mean distance amongst patches (meters)Mean inter-patch distance, in meters
  • minimum distance amongst patches (meters)Minimum inter-patch distance, in meters

Details

This function can be used to retrieve basic information on the objects of class 'landscape'.

See Also

rland.graph, landscape, matrix.graph

Examples

Run this code
data(rland)

summary_landscape(object=rland)

#                                            Value
#landscape area (hectares)                 100.000
#number of patches                          60.000
#mean patch area (hectares)                  0.061
#SD patch area                               0.041
#mean distance amongst patches (meters)    528.345
#minimum distance amongst patches (meters)  51.780

Run the code above in your browser using DataLab