logistic_model: A logistic model function

Description Usage Arguments Examples

Description

This function allows you to fit a logistic function.

This function allows you to fit a logistic function.

Usage

1
2
3
4
5
logistic_model(species = "Fish", range, ob_dens, weights = 1,
  x0_limit = 2, near_limit = 1)

logistic_model(species = "Fish", range, ob_dens, weights = 1,
  x0_limit = 2, near_limit = 1)

Arguments

x0_limit

lower limit of the x0 variable or the inflection point of the curve

near_limit

closest range to fit the model or the closest range to a fish observable in both cameras

start_L

Maximum length

x0

initial size

start_K

carrying capacity

start_L

Maximum length

x0

initial size

start_K

carrying capacity

x0_limit

lower limit of the x0 variable or the inflection point of the curve

near_limit

closest range to fit the model or the closest range to a fish observable in both cameras

Examples

1
2

rooperc4/TrigCamDensityEstimation documentation built on May 18, 2019, 1:27 a.m.