DistConect: Calculates the proportion of a species that could migrate...

Description Usage Arguments Value Author(s) Examples

Description

Calculates the proportion of a species that could migrate from a cell to its neighbours given a raster, the maximum dispersal distance, and the number of times the time-lapse will have

Usage

1
DistConect(Raster, Distance, Time = 7)

Arguments

Raster

a raster with the space where the species will be inhabiting

Distance

the maximum dispersal distance of the species

Time

the number of time-slices to be used

Value

a dataframe with the cell id from, the cell id to, and beta, that is the proportion of individuals that will go from cell from to cell to

Author(s)

Derek Corcoran <derek.corcoran.barrios@gmail.com>

Javier Fajardo <javierfajnolla@gmail.com >

Examples

1
2
data("r")
DistConect(Raster = r, Distance = 1000000, Time = 7)

derek-corcoran-barrios/RtoAmpl documentation built on May 14, 2019, 10:33 a.m.