intervals: Plots an inner and outer quantile interval for a list or...

Description Usage Arguments

View source: R/intervals.R

Description

Plots an inner and outer quantile interval for a list or matrix of measurements.

Usage

1
2
intervals(x, .names = NULL, .inner = 0.75, .outer = 0.95, .main = "",
  .width = 0.5, .col_i = "gray25", .col_o = "gray87")

Arguments

x

list of vectors or matrix to plot

.names

names for use on the y-axis

.inner

width of the inner quantile interval. Defaults to 0.75

.outer

width of the outer quantile interval. Defaults to 0.95

.main

main title of the plot. Passed directly to plot(main=.main)

.width

width of the interval strips

.col_i

color of inner interval

.col_o

color of outer interval


3inar/einr documentation built on May 5, 2019, 10:43 a.m.