| plot_cell_heatmap | R Documentation |
Count how often each grid cell appeared in an evaluated layout
over all generations (allCoords in the GA result). Never-tried cells
stay light gray. Useful to see whether the search covered the area or
stuck to a few sites.
plot_cell_heatmap(result, area, log = TRUE, plot = TRUE)
result |
The output of |
area |
Site polygon ( |
log |
If |
plot |
Deprecated alias for |
A data.frame with grid ID, coordinates and visit count
(n_probed), returned invisibly.
Other Plotting Functions:
generation_layouts(),
plot_cloud(),
plot_development(),
plot_evolution(),
plot_generation(),
plot_parkfitness(),
plot_population(),
plot_result(),
plot_windfarmGA(),
plot_windrose(),
population_census(),
random_search_single()
plot_cell_heatmap(resultrect, sp_polygon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.