View source: R/phyloSimSignal.R
plot.phylosimsignal | R Documentation |
Plot signal estimation as a fraction of a Brownian Motion process.
## S3 method for class 'phylosimsignal'
plot(
x,
methods = NULL,
traits = NULL,
stacked.methods = FALSE,
stacked.traits = FALSE,
print.quantiles = TRUE,
col = 1:5,
legend = TRUE,
...
)
x |
an object of class |
methods |
a character vector giving the methods
(included in the |
traits |
a character vector giving the traits
(included in the |
stacked.methods |
If different methods have been used, should they
be plotted on the same graphic ( |
stacked.traits |
If different traits have been used, should they
be plotted on the same graphic ( |
print.quantiles |
logical stating whether quantiles should be plotted. |
col |
a vector of colors for the different methods. |
legend |
a logical. If |
... |
further arguments to be passed to or from other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.