error_points: Add points with error bars

View source: R/graphics.R

error_pointsR Documentation

Add points with error bars

Description

Drow points with error bars.

Usage

error_points(
  x,
  y,
  upper,
  lower = NULL,
  head.length = 0.05,
  horizontal = FALSE,
  ...
)

Arguments

x

vector of x-axis.

y

vector of y-axis.

upper

Error value of the upper boundary.

lower

Error value of the lower boundary. In default, lower = -upper.

head.length

Length of the head of error bar.

horizontal

Logical: if true the error bar for x will be drawn.

...

arguments for arrows and points function


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.