Learn R Programming

windfarmGA (version 5.0.0)

plot_evolution: Energy and efficiency over generations

Description

Max and mean park efficiency and energy yield on one page.

Usage

plot_evolution(result, ask = FALSE, spar = 0.1)

Value

Returns NULL. Used for plotting

Arguments

result

The output of genetic_algorithm

ask

Unused, kept so existing calls do not break.

spar

Unused, kept so existing calls do not break.

See Also

Other Plotting Functions: generation_layouts(), plot_cell_heatmap(), plot_cloud(), plot_development(), plot_generation(), plot_parkfitness(), plot_population(), plot_result(), plot_windfarmGA(), plot_windrose(), population_census(), random_search_single()

Examples

Run this code
# \donttest{
plot_evolution(resultrect)
# }

Run the code above in your browser using DataLab