Description Usage Arguments Value Author(s) See Also Examples
Plots a diagnositc display of compeitition in a Nelder Fan biculture experimental design.
The optimal competition scenario is to have counts consistent across arcs. See nelder_optim
for more information.
1 |
data |
An object of class 'nelder-biculture' 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_fitness_trajectory()
,
plot_goelz()
,
plot_nelder()
1 2 3 | dat <- nelder()
dat.bi <- nelder_biculture(data = dat)
plot_nelder_biculture_competition(data = dat.bi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.