Learn R Programming

secr (version 3.2.1)

session: Session Vector

Description

Extract or replace the session names of a capthist object.

Usage

session(object, …)
session(object) <- value

Arguments

object

object with `session' attribute e.g. capthist

value

character vector or vector that may be coerced to character, one value per session

other arguments (not used)

Value

a character vector with one value for each session in capthist

Details

Replacement values will be coerced to character.

References

Pollock, K. H. (1982) A capture-recapture design robust to unequal probability of capture. Journal of Wildlife Management 46, 752--757.

See Also

capthist

Examples

Run this code
# NOT RUN {
  session(captdata)
# }

Run the code above in your browser using DataLab