Skip to contents

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

Usage

linept(x, y, lwd = 1, pch = 16, ...)

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

Value

nothing but it does add a pointed line to a plot

Examples

print("wait on example data")
#> [1] "wait on example data"