plot_cloud {windfarmGA} | R Documentation |
Plot outputs of all generations with standard deviations
Description
Plot the fitness, efficiency and energy outputs of all generations and the corresponding standard deviations.
Usage
plot_cloud(result, pl = FALSE)
Arguments
result |
The output of |
pl |
Should the results be plotted? Default is FALSE |
Value
Returns a data.frame with the values for fitness, efficiency and energy for all evaluated individuals
See Also
Other Plotting Functions:
plot_development()
,
plot_evolution()
,
plot_fitness_evolution()
,
plot_parkfitness()
,
plot_result()
,
plot_windfarmGA()
,
plot_windrose()
,
random_search_single()
Examples
## Plot the results of a hexagonal grid optimization
plcdf <- plot_cloud(resulthex, TRUE)
[Package windfarmGA version 4.0.0 Index]