plot_cloud | R Documentation |
Plot the fitness, efficiency and energy outputs of all generations and the corresponding standard deviations.
plot_cloud(result, pl = FALSE)
result |
The output of |
pl |
Should the results be plotted? Default is FALSE |
Returns a data.frame with the values for fitness, efficiency and energy for all evaluated individuals
Other Plotting Functions:
plot_development()
,
plot_evolution()
,
plot_fitness_evolution()
,
plot_parkfitness()
,
plot_result()
,
plot_windfarmGA()
,
plot_windrose()
,
random_search_single()
## Plot the results of a hexagonal grid optimization
plcdf <- plot_cloud(resulthex, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.