Learn R Programming

windfarmGA (version 4.0.0)

plot_cloud: 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)

Value

Returns a data.frame with the values for fitness, efficiency and energy for all evaluated individuals

Arguments

result

The output of genetic_algorithm

pl

Should the results be plotted? Default is FALSE

See Also

Other Plotting Functions: plot_development(), plot_evolution(), plot_fitness_evolution(), plot_parkfitness(), plot_result(), plot_windfarmGA(), plot_windrose(), random_search_single()

Examples

Run this code
# \donttest{
## Plot the results of a hexagonal grid optimization
plcdf <- plot_cloud(resulthex, TRUE)
# }

Run the code above in your browser using DataLab