| plot_cloud | R Documentation |
Summarise every evaluated individual. With pl = TRUE
draw three panels of points (max as a line). The returned table has
min / mean / max / sd per generation.
plot_cloud(result, pl = FALSE)
result |
The output of |
pl |
Draw the three panels? Default is FALSE |
A data.frame with fitness, efficiency and energy summaries
Other Plotting Functions:
generation_layouts(),
plot_cell_heatmap(),
plot_development(),
plot_evolution(),
plot_generation(),
plot_parkfitness(),
plot_population(),
plot_result(),
plot_windfarmGA(),
plot_windrose(),
population_census(),
random_search_single()
plcdf <- plot_cloud(resulthex, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.