ggErrorBar: Make an interactive bar plot with Errorbar

Description Usage Arguments Value Methods (by class)

Description

Make an interactive bar plot with Errorbar

Usage

1
2
3
4
5
ggErrorBar(x, ...)

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

Arguments

x

An R object to ggErrorBar

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

mode

if 2, two-sided error bar will be displayed, if 1 one-sided errorbar will be displayed

x

A data.frame

Value

An interactive catepillar plot

Methods (by class)


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