csd_estimate: csd_estimate: Estimate the connectivity suitability and...

View source: R/csd_estimate.R

csd_estimateR Documentation

csd_estimate: Estimate the connectivity suitability and dispersal plot

Description

csd_plot gives an estimate of the number of geographic clusters given a set of dispersal hypothesis and a suitability raster

Usage

csd_estimate(model, dispersal_steps = c(2, 4, 8, 16, 32, 64))

Arguments

model

A raster model or a setA object representing the suitability model

dispersal_steps

A numeric vector with elements representing the dispersal hypothesis to test.

Author(s)

Luis Osorio-Olvera & Jorge Soberon

Examples

## Not run: 
model_path <- system.file("extdata/Lepus_californicus_cont.tif",
                          package = "bam")
model <- raster::raster(model_path)
model <- model > 0.7
csd_plot <- csd_estimate(model,
                         dispersal_steps=c(2,4,8,16,32,45))



## End(Not run)

luismurao/bam documentation built on Nov. 28, 2022, 3:02 p.m.