ggCatepillar: Make an interactive catepillar plot

Description Usage Arguments Value Methods (by class)

Description

Make an interactive catepillar plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
ggCatepillar(x, ...)

## S3 method for class 'formula'
ggCatepillar(x, data, ...)

## Default S3 method:
ggCatepillar(x, yvar, xvar, group = NULL,
  interactive = FALSE, digits = 1)

## S3 method for class 'formula'
ggErrorBar(x, data, ...)

Arguments

x

An R object to ggCatepillar

data

A data

yvar

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

xvar

A character string of column name be used as a grouping variable. Default value os NULL

group

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

interactive

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

digits

An integer indicating the number of decimal places

x

A formula of type y ~ x + A

x

A data.frame

x

A formula of type y ~ x + A

data

A data

Value

An interactive catepillar plot

Methods (by class)


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