View source: R/fitTimeSeries.R
plotTimeSeries | R Documentation |
Plot the difference in abundance for significant features.
plotTimeSeries(
res,
C = 0,
xlab = "Time",
ylab = "Difference in abundance",
main = "SS difference function prediction",
...
)
res |
Output of fitTimeSeries function |
C |
Value for which difference function has to be larger or smaller than (default 0). |
xlab |
X-label. |
ylab |
Y-label. |
main |
Main label. |
... |
Extra plotting arguments. |
Plot of difference in abundance for significant features.
fitTimeSeries
data(mouseData)
res = fitTimeSeries(obj=mouseData,feature="Actinobacteria",
class="status",id="mouseID",time="relativeTime",lvl='class',B=10)
plotTimeSeries(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.