plotErrorbars: Show plot series as error bars

View source: R/plotseries.R

plotErrorbarsR Documentation

Show plot series as error bars

Description

It is assumed that first row of dataset contains the y-coordinates of points, second rows contains size of lower error bar and third - size for upper error bar. If only two rows are provided it is assumed that error bars are symmetric.

Usage

plotErrorbars(ps, col = ps$col, pch = 16, lwd = 1, cex = 1, ...)

Arguments

ps

'plotseries' object

col

color for the error bars

pch

marker symbol for the plot

lwd

line width for the error bars

cex

scale factor for the marker

...

other arguments for function 'points()'.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.