Description Usage Arguments Value Examples
View source: R/plotIntervals.R
Generates a plot of a set of intervals. This is intended for simple visualizations and does not offer any degree of customization.
1 | plotIntervals(intervals)
|
intervals |
data frame (see generateIntervals for the required format) |
ggplot object
1 2 3 | intervals <- generateIntervals(10)
p <- plotIntervals(intervals)
p
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.