fig2.11: Dynamic behavior of the logistic model

View source: R/fig2.11.R

fig2.11R Documentation

Dynamic behavior of the logistic model

Description

Generate figures 2.11 through 2.16 by specifying the maximum rate of population growth (r), and seeing accompanying cobweb diagram and the plot of population abundance vs. time

Usage

fig2.11(r = 0.5, viewcode = F)

Arguments

r

maximum rate of population growth

viewcode

FALSE to run function (default), TRUE to run function and print code

Examples

# generate plot with "typical" dynamics
fig2.11(r = 0.5)
# generate plot with "complex" dynamics
fig2.11(r = 2.1)
#view plotting commands
print(viewcode = T)

tessington/quantecol documentation built on June 1, 2025, 9:06 p.m.