View source: R/phylospatial-methods.R
plot.phylospatial | R Documentation |
phylospatial
objectPlot a phylospatial
object
## S3 method for class 'phylospatial'
plot(x, y = c("tree", "comm"), max_taxa = 12, ...)
x |
|
y |
Either |
max_taxa |
Integer giving the maximum number of taxon ranges to plot if |
... |
Additional arguments passed to plotting methods, depending on |
A plot of the tree or community data.
ps <- ps_simulate()
plot(ps, "tree")
plot(ps, "comm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.