add.error.bars.logy: Add Error Bars (log y)

View source: R/plotting.R

add.error.bars.logyR Documentation

Add Error Bars (log y)

Description

A function to add error bars given mean and stdev when the y-axis is log based.

Usage

add.error.bars.logy(x, s.x, y, s.y, base, 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.

base

The base of the log transformation on the y-axis.

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.