plot_evolution: Energy and efficiency over generations

View source: R/plots.R

plot_evolutionR Documentation

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)

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.

Value

Returns NULL. Used for plotting

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


plot_evolution(resultrect)


windfarmGA documentation built on Sept. 14, 2026, 9:08 a.m.