Learn R Programming

phenology (version 7.2)

Tagloss_LengthObs: Return a list with the number of days different kinds of individuals are seen.

Description

Usefull to summarize data

Usage

Tagloss_LengthObs(data, progressbar = TRUE)

Arguments

data

Set of indivuals

progressbar

Is shown a progressbar?

Value

Return a list with the number of days different kinds of individuals are seen.

Details

Tagloss_LengthObs returns a list with the number of days different kinds of individuals are seen.

See Also

Other Model of Tag-loss: Tagloss_L, Tagloss_daymax, Tagloss_fit, Tagloss_format, Tagloss_model, Tagloss_simulate, logLik.Tagloss, plot.Tagloss

Examples

Run this code
# NOT RUN {
library(phenology)
# Example
data_f_21 <- Tagloss_format(outLR, model="21")
Tagloss_LengthObs(data_f_21)
# }

Run the code above in your browser using DataLab