add.error.bars: Add Error Bars

View source: R/plotting.R

add.error.barsR Documentation

Add Error Bars

Description

A function to add error bars to a figure.

Usage

add.error.bars(x, s.x, y, s.y, col = "black")

Arguments

x

The x values.

s.x

The standard deviation or uncertainty of the x values.

y

The y values.

s.y

The standard deviation or uncertainty of the y values.

col

The color of the error bars to be drawn.

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.