Make a Smith-Fretwell plot to show the optimal seed size
Usage
run_smith_fretwell_model(Iymin = 3, Womax = 0.6, Iymax = 1000, shapeval = 0.02)
Arguments
- Iymin
Minimum seed size for a viable offspring
- Womax
Maximum fitness that an offspring can achieve
- Iymax
Total amount of energy an adult has to invest into reproduction
- shapeval
slope of the Smith-Fretwell curve
Examples
run_smith_fretwell_model(Iymin = 3, Womax = 0.6, Iymax = 1000)
#> Warning: Removed 26 row(s) containing missing values (geom_path).