error_bar: Draw an error bar to a plot

Description Usage Arguments

Description

Draw an error bar to a plot

Usage

1
2
error_bar(x, y, upper, lower = upper, length = 0.1, width = 1.5,
  col = "black")

Arguments

x

The x coordinates

y

The y coordinates

upper

The upper bound of the error interval (in relation to the y-coordinates)

lower

The lower bound of the error interval (in relation to the y-coordinates)

length

the width of the bar end

width

the width of the error bar line

col

The color of the error bar


m-Py/DOTA2 documentation built on May 19, 2019, 3 a.m.