Base plotting helper function.
pt_line(
x,
y,
ln.lty,
ln.col,
ln.lwd,
pch,
bg,
cex = 1,
pt.lwd = 0.25,
pt.lty = 1,
pt.col = "black"
)
x-value
y-value
line type
line color
line width
plotting ‘character’, i.e., symbol to use. see points()
background (fill) color for the open plot symbols given by pch = 21:25. see points()
point size
line width of points
line type for points
color of point
draws points and lines together.
see points() and lines() functions