ggBar: barplot by ggplot2

Description Usage Arguments Value Examples

View source: R/ggBar.R

Description

barplot with number in top.

Usage

1
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

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

ribosomeProfilingQC documentation built on March 13, 2021, 2:01 a.m.