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