dotplot_no_errors: dotplot_no_errors

Description Usage Arguments Author(s)

View source: R/dotplot_no_errors.R

Description

build a vertical dotplot without error bars. Used for weighted averages

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
dotplot_no_errors(
  x,
  myTheme = simpleTheme(pch = 19, col = 1),
  qlabel = "Weighted average",
  add.text.to.qlabel = "",
  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

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.