linept | R Documentation |
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
linept(x, y, lwd = 1, pch = 16, ...)
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 |
nothing but it does add a pointed line to a plot
print("wait on example data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.