Learn R Programming

mdatools (version 0.9.1)

errorbars: Show error bars on a plot

Description

Shows error bars (errorbar plot) on predefined axes

Usage

errorbars(x, lower, upper, y = NULL, col = NULL, pch = 16)

Arguments

x

vector with x values

lower

vector with lower limits for the bars

upper

vector with upper limits for the bars

y

vector with y values (bid points)

col

color for the error bars

pch

marker symbol for the plot