powered by
Generates a plot of a set of intervals. This is intended for simple visualizations and does not offer any degree of customization.
plotIntervals(intervals)
data frame (see generateIntervals for the required format)
ggplot object
# NOT RUN { intervals <- generateIntervals(10) p <- plotIntervals(intervals) p # }
Run the code above in your browser using DataLab