plotErrorbars function

Show plot series as error bars

Show plot series as error bars

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, ...)

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().
  • Maintainer: Sergey Kucheryavskiy
  • License: MIT + file LICENSE
  • Last published: 2024-08-19