ZZWPointplot: ZZWPointplot

Description Usage Arguments Author(s) Examples

View source: R/ZZWPointplot.R

Description

point plot

Usage

1
2
3
4
ZZWPointplot(raw_data, x, y, colour, p.shape = 16, p.size = 3,
  p.alpha = 0.5, label.title = "", label.xlab = "x",
  label.ylab = "y", is.plot = FALSE, file.name = "ZZWPointplot.pdf",
  width = 7.5, height = 6.5)

Arguments

raw_data

data.frame, it should contains 3 columns, 'x', 'y', 'colour'

p.shape

shape of point, please ref ggplot2

p.size

size of point, please ref ggplot2

p.alpha

alpha of point, please ref ggplot2

label.title

title, please ref ggplot2

label.xlab

xlab, please ref ggplot2

label.ylab

ylab, please ref ggplot2

val.x

variable x

val.y

variable y

val.colour

variable colors

Author(s)

Zhiwei Zhou zhouzw@sioc.ac.cn

Examples

1
2
raw_data <- data.frame(x=seq(1:10), y=seq(10:1), colour=letters[1:10], stringAsFactors=F)
ZZWPointplot(raw_data, x, y, colour)

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