Description Usage Arguments Value Author(s) See Also Examples
Plots a Nelder Fan experimental design.
1 2 3 4 5 6 7 8 9 |
data |
An object of class 'nelder' created via |
size |
A numeric value indicating point size. |
fill.palette |
A character vector of length 2 indicating the fill colors of different species. |
species |
Logical indicating whether or not to plot species as differnet colors
(see |
legend |
Logical indicating whether or not to include a legend for fill colors. |
ex.area |
Logical indicating whether or not and example growing area of one plant should be shown. |
caption |
Logical indicating whether or not to include a caption with generic data about the design. |
A ggplot2 object.
Kevin J Wolz, kevin@savannainstitute.org
Other plot functions:
plot_fitness_trajectory()
,
plot_goelz()
,
plot_nelder_biculture_competition()
1 2 3 4 5 6 7 | dat <- nelder(DN = 1000,
D1 = 3000,
N = 5,
tau = 1,
even = TRUE,
max.angle = 360)
plot_nelder(data = dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.