ggBar: barplot by ggplot2

View source: R/ggBar.R

ggBarR 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))

jianhong/ribosomeProfilingQC documentation built on April 15, 2024, 7:10 p.m.