draw_ui: Draw Uncertainty Intervals

Description Usage Arguments

Description

A convenience function that draws uncertainty intervals computed from a 'rtplots' object onto an already existing plot.

Usage

1
draw_ui(ui, val = NULL, ind = 1, flip = F, type = "segments", ...)

Arguments

ui

a 'rtplots_ui' object.

val

the choice/accuracy value for which to draw the uncertainty intervals.

ind

the index of the desired choice/accuracy value over which to draw uncertainty intervals.

flip

logical; if true the y-axis values are flipped to be negative.

type

the type of method used to draw the uncertainty interval. Options are

  • segments.

  • arrows.

  • polygon.

...

additional plotting parameters. See segments, arrows, and polygon.


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