Point with error bars
pt_error(
x,
y,
SE,
pch,
bg,
ln.col,
ln.lwd,
cex = 1,
pt.lwd = 0.5,
pt.lty = 1,
pt.col = "black",
length = 0.07
)
x-value
y-value (or mean)
standard error
plotting ‘character’, i.e., symbol to use. see points()
background (fill) color for the open plot symbols given by pch = 21:25. see points()
color of error bar lines
width of error bar lines
size of point
line width of points
line type for points
color of point
length of the edges of the error bar head (in inches).
draws lines in the form of error bars
see arrows() and errorbars() functions