View source: R/explore_result.R
| explore_result | R Documentation |
One-page viewer for a genetic_algorithm() result: Leaflet
map of that generation's best layout (downwind wake cones, optional
terrain layers), a wind rose, and one plotly figure with fitness,
operator rates and population. New fitness maxima are marked; click
a marker to jump to that generation. The cell heatmap is not
included: use plot_cell_heatmap() or plot_generation() offline.
Requires Suggests shiny. Plotly is used when installed.
explore_result(result, area)
result |
The output of |
area |
Site polygon ( |
The Shiny app object, invisibly. Called for its side effect.
## Not run:
explore_result(resultrect, sp_polygon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.