f_f: density function for recovered individuals only

View source: R/f_f.R

f_fR Documentation

density function for recovered individuals only

Description

This function sets up a valid density function for every spatio-temporal point for recovered individuals by means of given survival, migratory connectivity and recovery probability.

Usage

f_f(w, t, b, mark_recapture_object, p)

Arguments

w

decimal number (1D) or vector of decimal numbers (2D): spatial point of recovery

t

integer: temporal component of recovery

b

specifies the area of origin for which the plot is drawn. Can be either a origin_name, the corresponding number of the area of origin or "all" for all areas of origin at once.

mark_recapture_object

object of class mark_recapture_object (see mark_recapture_object())

p

decimal: complementary probability to be not found

Value

density of recovered individuals for the specified parameters

Examples

{
    p <- 1-p_nf(b=1,mro1D)
    ff <- f_f(1,1,1,mro1D,p)
}

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