Description Usage Arguments Value Author(s) See Also Examples
Plots a diagnositc display of the fitness trajectory from the genetic algorithm run by
goelz_optim or nelder_biculture_optim.
1 |
data |
An object of class 'goelz-optim' created via |
plot |
If |
If plot = TRUE, returns a ggplot object, otherwise the data that would create the plot is returned.
Kevin J Wolz, kevin@savannainstitute.org
Other plot functions:
plot_goelz(),
plot_nelder_biculture_competition(),
plot_nelder()
1 2 3 4 | dat <- nelder()
dat.bi <- nelder_biculture(data = dat)
dat.bi.optim <- nelder_biculture_optimr(data = dat.bi)
plot_fitness_trajectory(data = dat.bi.optim)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.