dotplot_errors: dotplot_errors

Description Usage Arguments Author(s)

View source: R/dotplot_errors.R

Description

build a vertical dotplot with error bars

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
dotplot_errors(
  x,
  myTheme = simpleTheme(pch = 19, col = 1),
  qlabel = "Estimated rate",
  add.text.to.qlabel = "",
  type.bar = "CI",
  conf.level = 0.95,
  end.length = 0.05,
  reorder.groups = TRUE,
  reordering = "decreasing",
  label.define = list(),
  reference.line = NULL,
  bar.color = 1,
  horizontal = TRUE,
  ...
)

Arguments

x

dataframe

myTheme

default values for pch and col (todo)

qlabel

text for axis label

add.text.to.qlabel

additional text for axis label

type.bar

default is "CI"

conf.level

default is .95

end.length

default is .05

reorder.groups

default is TRUE

reordering

order of sorting when reorder.groups is TRUE

label.define

(todo)

reference.line

value for the reference line. default is null

bar.color

default is 1

horizontal

layout of the dotplot. default is TRUE

...

further arguments passed to or from other methods.

Author(s)

Rollie Parrish


rparrish/GAMUT documentation built on Sept. 14, 2021, 4:07 p.m.