Skip to contents

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

Examples

# \donttest{
plot_evolution(resultrect)

# }