fig2.11 | R Documentation |
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
fig2.11(r = 0.5, viewcode = F)
r |
maximum rate of population growth |
viewcode |
FALSE to run function (default), TRUE to run function and print code |
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.