linept adds a line and a series of points to a plot
linept.Rd
linept adds both a line and a series of points to a plot but without the gaps introduced in the line when using type='b' within the base R lines function. This is simply a format issue as I do not like those gaps
Arguments
- x
the x series of points
- y
the corresponding y series of points
- lwd
the line width, default=1
- pch
the character used, default = 16 (a large dot)
- ...
and other graphics arguments typically used with either lines or points
Examples
print("wait on example data")
#> [1] "wait on example data"