add_to_rtplot: Add Points or Lines to a RT Plot

Description Usage Arguments

Description

A convenience function that draws points or line segments onto an already existing plot. Useful for adding summary statistics (e.g., the mean or median).

Usage

1
2
add_to_rtplot(object, T_x = mean, T_g = mean, val = NULL, ind = 1,
  type = "p", out = T, ...)

Arguments

object

a rtplots object or a list with the x and y-axis values to plot.

T_x

the test statistic(s) to be added to the existing figure.

T_g

the test statistic to use when collapsing over a grouping factor.

val

Forthcoming.

ind

Forthcoming.

type

Forthcoming.

out

Forthcoming.

...

Forthcoming.


rettopnivek/rtplots documentation built on May 27, 2019, 5:55 a.m.