ggCLE: Draw a cleveland dot plot

Description Usage Arguments

Description

Draw a cleveland dot plot

Usage

1
2
3
ggCLE(data, xvar, yvar = NULL, colorvar = NULL, facetvar = NULL,
  reorderByX = TRUE, no = NULL, start = 0.99, interactive = FALSE,
  decreasing = TRUE, ...)

Arguments

data

a data.frame

xvar

A character string of column name be used as a x-axis variable

yvar

A character string of column name be used as a y-axis variable.

colorvar

A character string of column name be used as a colour variable. Default value is NULL

facetvar

A character string of column name be used as a facetting variable. Default value is NULL

reorderByX

If true, the data is reordered by x variable

no

Number of data be drawn in plot

start

start point of x axis as ratio to minimum x variable

interactive

A logical value. If TRUE, an interactive plot will be returned

decreasing

Should the sort order be increasing or decreasing?

...

other arguments passed on to geom_point


cardiomoon/moonBook2 documentation built on May 13, 2019, 12:40 p.m.