summary.landscape: Summary of landscape object.

Description Usage Arguments Value Examples

Description

Summary of landscape object.

Usage

1
2
## S3 method for class 'landscape'
summary(x)

Arguments

x

A landscape object

Value

A list containing the object dimensions, the number of cells in the different cell states, the global cover of the different cell states, the average local cover of the different cell states.

Examples

1
2
# obj <- init_landscape(c("+","0","-"), c(0.5,0.25,0.25)) 
# summary(obj)

fdschneider/caspr documentation built on May 16, 2019, 12:12 p.m.