Learn R Programming

rankUncertainty (version 1.0.2.0)

plotIntervals: Plot intervals

Description

Generates a plot of a set of intervals. This is intended for simple visualizations and does not offer any degree of customization.

Usage

plotIntervals(intervals)

Arguments

intervals

data frame (see generateIntervals for the required format)

Value

ggplot object

Examples

Run this code
# NOT RUN {
intervals <- generateIntervals(10)
p <- plotIntervals(intervals)
p
# }

Run the code above in your browser using DataLab