ggplot_layers: ggplot_layers

Description Usage Arguments Format Examples

Description

adds layers to ggplots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
add.scatter(yval)

add.median(yval, width, colour = "black", dodge.width = 0,
  group = NA)

add.mean(yval, width, colour = black, dodge.width = 0, group = NA)

add.quartiles(yval, width = 0.15, dodge.width = 0, group = NA)

figure.axes(no.x = TRUE, ...)

add.n.categorical(group, dark, ypos = 0, ...)

add.n(xval, y.pos)

add.Bayes.CI(modsum, emmeans = FALSE, xvar, ...)

theme_my_classic

theme_my_ppt

fun_length(x)

theme_my

g_legend(a.gplot)

geom_bardots(fillvar, dotvar, ...)

geom_relLatency(fitted, fillvar, dotvar, yvar)

space_facets(plot, n_facets = 2, major_div = 5, minor_div = 0.3)

Arguments

width

optional width for median lines

Format

An object of class theme (inherits from gg) of length 66.

NA

Examples

1
2
p <- ggplot(aes(x=genotype, y=pct)
p + add.scatter

mikeod38/ProvidenciaChemo documentation built on April 6, 2020, 11:57 p.m.