BBRecapture (version 0.2)

pch: Partial Capture Histories from a Binary Data Matrix

Description

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

Usage

pch(data.matrix)

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.

See Also

BBRecap.custom.part and LBRecap.custom.part

Examples

Run this code
# NOT RUN {
data(greatcopper) # load greatcopper data
pch(greatcopper)

# }

Run the code above in your browser using DataCamp Workspace