ZZWFanPlot: ZZWFanPlot

Description Usage Arguments Author(s) Examples

Description

ZZWFanPlot

Usage

1
ZZWFanPlot(raw_data)

Arguments

raw_data

a data.frame with different format.\n 1st column: character of type/group, it should be unique value; 2nd: numeric value

Author(s)

Zhiwei Zhou

Examples

1
2
3
4
type <- c('A','B','C','D','E','F','G')
nums <- c(10,23,8,33,12,40,60)
raw_data <- data.frame(type = type, nums = nums, stringsAsFactors = F)
ZZWFanPlot(raw_data = raw_data)

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