plotLollipop {sesame} | R Documentation |
plotLollipop creates a lollipop plot of log(estimate) given data with fields estimate.
plotLollipop(data, n = 10, title = NA, subtitle = NA)
data |
DataFrame where each field is a database name with its estimate. |
n |
Integer representing the number of top enrichments to report. Optional. (Default: 10) |
title |
String representing the title label. Optional. (Default: NA) |
subtitle |
String representing the subtitle label. Optional. (Default: NA) |
ggplot lollipop plot
data = data.frame(estimate=c(runif(10, 0, 10))) plotLollipop(data)