ZZWLineragePlot: ZZWLineragePlot

Description Usage Arguments Author(s) Examples

Description

ZZWLineragePlot

Usage

1
2
3
ZZWLineragePlot(raw.data, x, ymin, ymax, colour = "dodgerblue",
  label.y = "y", label.x = "x", is.output = FALSE,
  file.name = "LineragePlot.pdf", width = 8, height = 6)

Arguments

raw.data

it should contain 4 columns, "x", "ymin", "ymax", "label"

colour

Default: 'dodgerblue'

label.y

Default: 'y'

label.x

Default: 'x'

is.output

Default: FALSE

Author(s)

Zhiwei Zhou zhouzw@sioc.ac.cn

Examples

1
2
3
4
5
6
7
8
9
mydata <- data.frame(
  Lebal  = c("linerange1","linerange2","linerange3","linerange4","linerange5"),
  x = c(3.5,7,12,16,20),
  ymin   = c(2.5,6.5,3,4.5,3.8),
  ymax   = c(7.5,9.5,9,13.5,4.2),
  label  = c("A","A","A","C","C")
)

ZZWLineragePlot(mydata)

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