error_bar {monoClust}R Documentation

Make Error Bars

Description

Make Error Bars

Usage

error_bar(x, y, upper, lower = upper, length = 0.1, ...)

Arguments

x

x coordinates.

y

y coordinates.

upper

Distance from y to the upper bar.

lower

Distance from y to the lower bar.

length

Length of the horizontal bar.

...

Other arguments to graphics::arrows()

Value

Plot


[Package monoClust version 1.2.1 Index]