new_mark_recapture_object: constructor for mark recapture object

View source: R/constructors.R

new_mark_recapture_objectR Documentation

constructor for mark recapture object

Description

This function defines the properties of the mark recapture object.

Usage

new_mark_recapture_object(
  destination,
  origins,
  observation_time,
  number_of_origins,
  spatial_dimension,
  robust
)

Arguments

destination

object of class "destination"

origins

list of objects of class "origins"

observation_time

single integer. length of observation window in years

number_of_origins

single integer. number of origins.

spatial_dimension

single integer. spatial dimensions, should only be 1 or 2.

robust

logical if TRUE robust linear model is calculated to estimate survival and migratory connectivity

Value

object of class "mark_recapture_object": contains a list of destinations, origins, observation time, number of origins, spatial dimensions, empty slots for the spatial resolution, the kernel density estimate and the estimates, the class of this object is "mark_recapture_object"


SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.