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.

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

Arguments

w

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

t

integer: temporal component of recovery

b

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

markRecaptureObject

object of class markRecaptureObject (see markRecaptureObject())

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) }