visualizeTimeIntervals {MetaLonDA}R Documentation

Visualize all significant time intervals for all tested features

Description

Visualize all significant time intervals for all tested features

Usage

visualizeTimeIntervals(
  interval.details,
  prefix = "Test",
  unit = "days",
  col = c("blue", "firebrick")
)

Arguments

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")).

References

Ahmed Metwally (ametwall@stanford.edu)


[Package MetaLonDA version 1.1.8 Index]