| plot_parkfitness | R Documentation |
Fitness (max / mean / min) and the three operator rates.
Rates are percentages: Selection = share of the population used as
parents, Crossover inject = unused cells mixed into children,
Mutation = chance that a turbine is swapped to a free cell.
The legend sits outside and follows the typical vertical order of the
lines (selection highest, then inject, mutation lowest). Plotly hover
is used only when ask is FALSE and plotly is installed.
plot_parkfitness(result, spar = 0.1, interactive = NULL, ask = NULL)
result |
The output of |
spar |
Unused, kept so existing calls do not break. |
interactive |
Use plotly when |
ask |
If |
A plotly object, or a list of ggplots, invisibly.
Other Plotting Functions:
generation_layouts(),
plot_cell_heatmap(),
plot_cloud(),
plot_development(),
plot_evolution(),
plot_generation(),
plot_population(),
plot_result(),
plot_windfarmGA(),
plot_windrose(),
population_census(),
random_search_single()
plot_parkfitness(resulthex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.