plot.phylospatial {phylospatial} | R Documentation |
Plot a phylospatial
object
Description
Plot a phylospatial
object
Usage
## S3 method for class 'phylospatial'
plot(x, y = c("tree", "comm"), max_taxa = 12, ...)
Arguments
x |
|
y |
Either |
max_taxa |
Integer giving the maximum number of taxon ranges to plot if |
... |
Additional arguments passed to plotting methods, depending on |
Value
A plot of the tree or community data.
Examples
ps <- ps_simulate()
plot(ps, "tree")
plot(ps, "comm")
[Package phylospatial version 1.1.1 Index]