ggplot2.barplot.oneway: draw one way bar plot

Description Usage Arguments Value Examples

View source: R/ggplot_tools.R

Description

draw one way bar plot

Usage

1
2
3
4
5
6
7
8
9
ggplot2.barplot.oneway(
  trt,
  means,
  std,
  label,
  xlab = NULL,
  ylab = NULL,
  theme.params = NULL
)

Arguments

trt

the treatment of the one-way experiment

means

mean of each treatment

std

standard deviation of each treatment

label

Significance label of each treatment

xlab

x axis title

ylab

y axis title

theme.params

y theme paramter used to revise ggplot2 theme

Value

a ggplot2 object

Examples

1

taotaochen86/myfuns documentation built on Jan. 23, 2021, 10:46 p.m.