con_metric: Landscape connectivity metrics

Description Usage Arguments Details Value Author(s) References Examples

View source: R/con_metric.R

Description

Compute several landscape connectivity metrics.

Usage

1
con_metric(landscape, metric)

Arguments

landscape

Object of class 'lconnect' created by upload_land.

metric

Character vector of landscape metrics to be computed. Can be one or more of the metrics currently available: "NC", "LNK", "SLC", "MSC", "CCP", "LCP", "CPL", "ECS", "AWF" and "IIC".

Details

The landscape connectivity metrics currently available are:

Value

Numeric vector with the landscape connectivity metrics selected.

Author(s)

Frederico Mestre

Bruno Silva

References

Bunn, A. G., Urban, D. L., and Keitt, T. H. (2000). Landscape connectivity: a conservation application of graph theory. Journal of Environmental Management, 59(4): 265-278.

Fall, A., Fortin, M. J., Manseau, M., and O' Brien, D. (2007). Spatial graphs: principles and applications for habitat connectivity. Ecosystems, 10(3): 448-461.

Laita, A., Kotiaho, J.S., Monkkonen, M. (2011). Graph-theoretic connectivity measures: what do they tell us about connectivity? Landscape Ecology, 26: 951-967.

Minor, E. S., and Urban, D. L. (2008). A Graph-Theory Framework for Evaluating Landscape Connectivity and Conservation Planning. Conservation Biology, 22(2): 297-307.

O'Brien, D., Manseau, M., Fall, A., and Fortin, M. J. (2006). Testing the importance of spatial configuration of winter habitat for woodland caribou: an application of graph theory. Biological Conservation, 130(1): 70-83.

Pascual-Hortal, L., and Saura, S. (2006). Comparison and development of new graph-based landscape connectivity indices: towards the priorization of habitat patches and corridors for conservation. Landscape Ecology, 21(7): 959-967.

Urban, D., and Keitt, T. (2001). Landscape connectivity: a graph-theoretic perspective. Ecology, 82(5): 1205-1218.

Examples

1
2
3
4
vec_path <- system.file("extdata/vec_projected.shp", package = "lconnect")
landscape <- upload_land(vec_path, bound_path = NULL,
habitat = 1, max_dist = 500)
metrics <- con_metric(landscape, metric = c("NC", "LCP"))

lconnect documentation built on Feb. 6, 2021, 5:05 p.m.