plotErrorbars {mdatools} | R 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()'. |
[Package mdatools version 0.14.1 Index]