est_m: estimate migratory connectivity

View source: R/est_m.R

est_mR Documentation

estimate migratory connectivity

Description

This function estimates the migratory connectivity in space constant over time when survival and raw distribution of dead recoveries for every area of origin is known.

Usage

est_m(mark_recapture_object, all = FALSE)

Arguments

mark_recapture_object

object of class mark_recapture_object (see mark_recapture_object())

all

boolean: if TRUE only one kernel density estimate will be calculated summarizing all areas of origin. Defaults to FALSE.

Value

list of vectors with length res-1 containing migratory connectivity density of every spot

Examples

mro <- est_m(mro1D, all = TRUE)

SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.