Description Usage Arguments Details Value Author(s) See Also Examples
spacodi.permutplot is a function used to plot departures from null expectations of diversity turnover, nodewise for a phylogeny.
1 2 |
spacodi.permutations |
a list-object generated by |
cex |
a named list of scalings for node symbols ( |
transp |
degree of color transparency: |
col |
a list of two elements: colors to be used for plotting observed and expected community structure |
bg |
a list of background (fill) colors to be used for plotting observed and expected community structure |
all.points |
Boolean; whether all permutation estimates are to be plotted |
add.id |
Boolean; whether |
sig.plot |
Boolean; whether nodes are colored by significance of observed and expected estimates of structure |
cut.off |
a value, if |
envelope |
Boolean; whether a smooth-spline envelope is drawn around permutation estimates of structure |
outfile |
an optional .pdf file to which to write output |
... |
additional plotting parameters to be optionally supplied |
This function generates a plot of diversity turnover, evaluated for each subtree of the supplied phylogeny.
If all.points=TRUE, empirical estimates of structure as well as those expected from permuted community datasets are plotted together.
Several methods are available for data permutation when using spacodi.by.nodes, typically the function used
to generate spacodi.permutations.
a plot of diversity structure estimates for a phylogeny, with the option to direct output to a .pdf file
Jonathan Eastman
spacodi.calc for further details on diversity structure; spacodi.by.nodes; smooth.spline
1 2 3 4 5 6 7 8 9 | # load a species-by-plots matrix, along with a tree
data(sp.example)
attach(sp.example)
spl
phy
# generate a plot of observed and expected Bst
sp.permut=spacodi.by.nodes(sp.plot=spl, phy=phy, n.rep=10)
spacodi.permutplot(sp.permut,bty="n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.