new_mark_recapture_object | R Documentation |
This function defines the properties of the mark recapture object.
new_mark_recapture_object(
destination,
origins,
observation_time,
number_of_origins,
spatial_dimension,
robust
)
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 |
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.