plothlinewitherror: plothlinewitherror

View source: R/plotutils.R

plothlinewitherrorR Documentation

plothlinewitherror

Description

plot a horizontal line with error band

Usage

plothlinewitherror(m, dp, dm, col = c("red"), x0, x1)

Arguments

m

Numeric. Mean value of the line to plot.

dp

Numeric. Error up.

dm

Numeric. Error down.

col

String. Colour.

x0

Numeric. Left value of the range of the horizontal line.

x1

Numeric. Right value of the range of the horizontal line.

Value

No return value, only graphics is generated.


hadron documentation built on Sept. 9, 2022, 5:06 p.m.