ZZWboxplot: boxplot

Description Usage Arguments Author(s) Examples

View source: R/ZZWboxplot.R

Description

plot boxplot and plot p

Usage

1
2
ZZWboxplot(raw.data, y, x, main = "", file.name = NULL,
  plot.point = T, is.output = T, figure = "pdf")

Arguments

raw.data

data.frame table

y

the col name of y

x

the col name of x

file.name

pdf file name. Default: "boxplot.pdf"

Author(s)

Zhiwei Zhou zhouzw@sioca.ac.cn

Examples

1
2
test.data <- data.frame(a=seq(1:16), g=rep(c(1,2,3,4), each=4))
ZZWboxplot(test.data, y="a", x="g", plot.point=T)

JustinZZW/ZZWtool documentation built on March 7, 2020, 11:06 a.m.