plotTimeSeries {metagenomeSeq} | 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.
data(mouseData) res = fitTimeSeries(obj=mouseData,feature="Actinobacteria", class="status",id="mouseID",time="relativeTime",lvl='class',B=10) plotTimeSeries(res)