Skip to contents

Projections of population growth from demographic model summaries.

Usage

trajectoriesFromSummary(
  replicates,
  N0,
  Rbar,
  Sbar,
  Riv,
  Siv,
  type = "beta",
  cPars = subset(getScenarioDefaults(), select = -iAnthro),
  doSummary = T,
  returnSamples = T,
  nthin = formals(bboutools::bb_fit_survival)$nthin,
  varPersists = T,
  ...
)

Arguments

replicates
Rbar, Sbar

Mean and standard deviation of R_bar and S_bar over time. See estimateBayesianRates()$parList for expected form.

Riv, Siv

Parameters defining the distribution of interannual variation. See estimateBayesianRates()$parList for expected form.

type

The distribution of interannual variation varies between "beta" or "bbou" model types.

doSummary

logical. Default TRUE. If FALSE returns unprocessed outcomes from caribouPopGrowth. If TRUE returns summaries and (if returnSamples = T) sample trajectories from prepareTrajectories.

returnSamples

logical. If FALSE returns only summaries. If TRUE returns example trajectories as well.

...

Additional arguments passed to caribouPopGrowth

Value

a data.frame