calceff: The IFD effort calculator

Description Usage Arguments Author(s)

View source: R/calceff.R

Description

The IFD effort calculator

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
calceff(
  obj,
  nits = 15,
  couch = F,
  startE = F,
  varind = 0.2,
  uprat = 0.1,
  GModel = "New Lester",
  quiet = F,
  shiny = F
)

Arguments

obj

an object of class 'Landscape'

nits

integer value, the number of iterations for resolving the IFD

couch

logical, has the couch effect been calculated and present in slot 'couch' of the landscape object.

startE

logical, is the IFD calculation starting at previous effort vector in slot 'eff' of the landscape object (allows further IFD iterations)

varind

positive real number, the slope of the logit choice (low values are 'choosey' a value of 1 is proportional to utility)

uprat

fraction, When converging on a stable effort distribution this is the contributing fraction of new effort

quiet

logical, should warnings and messages be surpressed?

shiny

logical, should progress bar updates be provided (required for shiny app)

Gmodel

character, the density dependent growth model. Options are 'Lester1', 'Lester2' and 'New Lester'

Author(s)

T. Carruthers


tcarruth/SSES documentation built on Jan. 21, 2021, 12:03 p.m.