plot_cloud: Plot outputs of all generations with standard deviations

Description Usage Arguments Value See Also Examples

View source: R/plots.R

Description

Plot the fitness, efficiency and energy outputs of all generations and the corresponding standard deviations.

Usage

1
plot_cloud(result, pl = FALSE)

Arguments

result

The output of windfarmGA or genetic_algorithm

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: interpol_view(), plot_development(), plot_evolution(), plot_fitness_evolution(), plot_heatmap(), plot_parkfitness(), plot_result(), plot_viewshed(), plot_windfarmGA(), plot_windrose(), random_search_single()

Examples

1
2
## Plot the results of a hexagonal grid optimization
plcdf <- plot_cloud(resulthex, TRUE)

windfarmGA documentation built on May 5, 2021, 5:08 p.m.