pch: Partial Capture Histories from a Binary Data Matrix

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pch.R

Description

pch is used to obtain all the observed partial capture histories corresponding to an observed binary data matrix.

Usage

1

Arguments

data.matrix

a binary data matrix

Value

pch returns a matrix of mode "character" where each element represents the partial capture history associated to the respective element of the input binary data matrix.

Author(s)

Danilo Alunni Fegatelli and Luca Tardella

See Also

BBRecap.custom.part and LBRecap.custom.part

Examples

1
2
data(greatcopper) # load greatcopper data
pch(greatcopper)

BBRecapture documentation built on March 26, 2020, 7:31 p.m.

Related to pch in BBRecapture...