errbarXY: Function used to add the horizonal errbar and vertical errbar

Description Usage Arguments Value

View source: R/errbarXY.R

Description

Function used to add the horizonal errbar and vertical errbar

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
errbarXY(
  x,
  y,
  xDelta = NULL,
  yDelta = NULL,
  col = "red",
  type = "o",
  pch_h = "|",
  pch_v = "-"
)

Arguments

x

the x coordinate of data

y

the y coordinate of data

xDelta

the statndrad devation of x which will be used to plot the errbar

yDelta

the statndrad devation of y which will be used to plot the errbar

Value

invisible, a plot


zlfccnu/econophysics documentation built on Feb. 23, 2022, 10:22 p.m.