Learn R Programming

MetaLandSim (version 2.0.0)

summary_landscape: Summarize 'landscape' class objects

Description

This function summarizes a landscape class object.

Usage

summary_landscape(object)

Value

Returns a data frame with the following information on a landscape class object:

landscape area (hectares)

Landscape mosaic area, in hectares

number of patches

Number of patches in the landscape

mean patch area (hectares)

Mean patch area, in hectares

SD patch area

SD 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

Arguments

object

Object of class landscape

Author

Frederico Mestre and Fernando Canovas

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