powered by
Plot the fitness, efficiency and energy outputs of all generations and the corresponding standard deviations.
plot_cloud(result, pl = FALSE)
The output of windfarmGA or genetic_algorithm
windfarmGA
genetic_algorithm
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: interpol_view(), plot_development(), plot_evolution(), plot_fitness_evolution(), plot_heatmap(), plot_parkfitness(), plot_result(), plot_viewshed(), plot_windfarmGA(), plot_windrose(), random_search_single()
interpol_view()
plot_development()
plot_evolution()
plot_fitness_evolution()
plot_heatmap()
plot_parkfitness()
plot_result()
plot_viewshed()
plot_windfarmGA()
plot_windrose()
random_search_single()
# NOT RUN { ## Plot the results of a hexagonal grid optimization plcdf <- plot_cloud(resulthex, TRUE) # }
Run the code above in your browser using DataLab