plotErrorbars | R Documentation |
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.
plotErrorbars(ps, col = ps$col, pch = 16, lwd = 1, cex = 1, ...)
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()'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.