Description Usage Arguments References
View source: R/Visualization.R
Visualize all significant time intervals for all tested features
1 2 3 4 5 6 | visualizeTimeIntervals(
interval.details,
prefix = "Test",
unit = "days",
col = c("blue", "firebrick")
)
|
interval.details |
Dataframe has infomation about significant interval (feature name, start, end, dominant, p-value) |
prefix |
prefix for the output figure |
unit |
time unit used in the Time vector (hours, days, weeks, months, etc.) |
col |
two color to be used for the two groups (eg., c("red", "blue")). |
Ahmed Metwally (ametwall@stanford.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.