ggBar {ribosomeProfilingQC}R Documentation

barplot by ggplot2

Description

barplot with number in top.

Usage

ggBar(height, fill = "gray80", draw = TRUE, xlab, ylab, postfix)

Arguments

height

data for plot

fill, xlab, ylab

parameters pass to ggplot.

draw

plot or not

postfix

Postfix of text labled in top of bar.

Value

ggplot object.

Examples

ribosomeProfilingQC:::ggBar(sample.int(100, 3))

[Package ribosomeProfilingQC version 1.4.0 Index]