| plot_generation | R Documentation |
Occupancy map of one generation, then the distinct layouts
as small maps. In an interactive session each page waits for Enter so
you can step through every distinct layout (n_show maps per page).
Non-interactive calls only draw the first n_show maps.
plot_generation(
result,
area,
generation = NULL,
n_show = 6,
interactive = NULL,
ask = NULL
)
result |
The output of |
area |
Site polygon ( |
generation |
Generation index (1 = first). Default is the last generation. |
n_show |
Distinct layouts per page (and, if |
interactive |
Use plotly for the occupancy map when available. |
ask |
If |
The list from generation_layouts, invisibly.
Other Plotting Functions:
generation_layouts(),
plot_cell_heatmap(),
plot_cloud(),
plot_development(),
plot_evolution(),
plot_parkfitness(),
plot_population(),
plot_result(),
plot_windfarmGA(),
plot_windrose(),
population_census(),
random_search_single()
plot_generation(resultrect, sp_polygon, generation = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.