Three pages: (1) individuals / parents / elites, (2) unique grid cells this generation, in the elites, and ever probed, (3) park efficiency. Each page waits for Enter in an interactive session. If the grid has e.g. 70 cells and the whole population still touches every cell, "this generation" and "ever probed" both sit at 70; the elite line is then the one that shrinks toward the best sites.
Arguments
- result
The output of
genetic_algorithm- interactive
Use plotly when
askisFALSEand plotly is installed.- ask
If
TRUE, wait for Enter between pages (Plots pane). Default isTRUEin an interactive session.
Value
A plotly object, or a list of ggplots, invisibly. The census
table is attached as attribute census.
Examples
# \donttest{
plot_population(resultrect)
#> Warning: plotly.js does not (yet) support horizontal legend items
#> You can track progress here:
#> https://github.com/plotly/plotly.js/issues/53
#> Warning: plotly.js does not (yet) support horizontal legend items
#> You can track progress here:
#> https://github.com/plotly/plotly.js/issues/53
#> Warning: plotly.js does not (yet) support horizontal legend items
#> You can track progress here:
#> https://github.com/plotly/plotly.js/issues/53
# }