randomCENTRAL: Generate a random network

View source: R/randomCENTRAL.R

randomCENTRALR Documentation

Generate a random network

Description

This function generates a random migratory network

Usage

randomCENTRAL(
  nbreeding = 10,
  nwintering = 10,
  nstop = 30,
  pop = 1e+05,
  toplot = TRUE
)

Arguments

nbreeding

Number of breeding sites

nwintering

Number of wintering sites

nstop

Number of stopover sites (shared during north and south migration)

pop

population size flowing through network

toplot

TRUE/FALSE to determine whether the output is plotted or not

Value

a list containting the network which was randomly generated, the tracks that were randomly generated, and the sites that were randomly generated for animals to use.


KiranLDA/migflow documentation built on June 14, 2025, 9:09 a.m.