Table 1
Abbreviated example output from a pybeepop+ model run. The full pandas DataFrame contains 44 columns of model outputs.
| DATE | COLONY SIZE | ADULT DRONES | ADULT WORKERS | FORAGERS |
|---|---|---|---|---|
| Initial | 10000 | 0 | 6762 | 3238 |
| 4/13/2015 | 10615 | 0 | 7055 | 3560 |
| 4/14/2015 | 10908 | 0 | 7348 | 3560 |
| 4/15/2015 | 11523 | 0 | 7641 | 3882 |
| 4/16/2015 | 12138 | 0 | 7934 | 4204 |
| 4/17/2015 | 12431 | 0 | 8227 | 4204 |
| 4/18/2015 | 12724 | 0 | 8520 | 4204 |
| … | ||||
| 9/12/2015 | 55973 | 921 | 31651 | 23401 |
| 9/13/2015 | 55924 | 907 | 31488 | 23529 |
| 9/14/2015 | 55854 | 892 | 31329 | 23633 |

Figure 1
Example of a model run time series plot produced by the plot_output() function within pybeepop+.
