add.error.bars.logx: Add Error Bars (log x)

View source: R/plotting.R

add.error.bars.logxR Documentation

Add Error Bars (log x)

Description

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

Usage

add.error.bars.logx(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 x-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.