new_origin: constructor for the origin

View source: R/constructors.R

new_originR Documentation

constructor for the origin

Description

This function defines the properties of the origin.

Usage

new_origin(
  marked_individuals = numeric(),
  number_of_recoveries,
  migratory_connectivity
)

Arguments

marked_individuals

integer: number of marked individuals in this origin

number_of_recoveries

numeric vector. Number of recoveries belonging to each origin

migratory_connectivity

function: migratory connectivity function conditioned on this origin defined over the whole destination area

Value

object of class "origin": contains list of number of marked individuals and migratory connectivity function


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