Description Usage Arguments Value See Also Examples
View source: R/fitTimeSeries.R
Plot the abundance of values for each class using a spline approach on the estimated full model.
1 2 3 4 5 6 7 8 9 10 | plotClassTimeSeries(
res,
formula,
xlab = "Time",
ylab = "Abundance",
color0 = "black",
color1 = "red",
include = c("1", "class", "time:class"),
...
)
|
res |
Output of fitTimeSeries function |
formula |
Formula for ssanova. Of the form: abundance ~ ... where ... includes any pData slot value. |
xlab |
X-label. |
ylab |
Y-label. |
color0 |
Color of samples from first group. |
color1 |
Color of samples from second group. |
include |
Parameters to include in prediction. |
... |
Extra plotting arguments. |
Plot for abundances of each class using a spline approach on estimated null model.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.