barPointError: barplot with points and error bars based on mulitple samples...

Description Usage Arguments Value

View source: R/visualization.R

Description

barplot with points and error bars based on mulitple samples data.

Usage

1
barPointError(data, x, y, fill, point = TRUE, errbar = TRUE)

Arguments

data

The data frame to plot.

x

The column used as X axis.

y

THe column used as Y axis.

fill

THe column used as groups.

point

Whether to plot points.

errbar

Wheter to plot error bars.

Value

ggplot.


xizhihui/BTCR documentation built on Dec. 23, 2021, 7:10 p.m.