Plot signal estimation as a fraction of a Brownian Motion process.
# S3 method for phylosimsignal
plot(
x,
methods = NULL,
traits = NULL,
stacked.methods = FALSE,
stacked.traits = FALSE,
print.quantiles = TRUE,
col = 1:5,
legend = TRUE,
...
)
an object of class phylosimsignal
.
a character vector giving the methods
(included in the phylosimsignal
object) to plot.
a character vector giving the traits
(included in the phylosimsignal
object) to plot.
If different methods have been used, should they
be plotted on the same graphic (TRUE
) or not (FALSE
, default).
If different traits have been used, should they
be plotted on the same graphic (TRUE
) or not (FALSE
, default).
logical stating whether quantiles should be plotted.
a vector of colors for the different methods.
a logical. If stacked.methods
is set to TRUE
,
should a legend be printed to differentiate the different methods?
further arguments to be passed to or from other methods.