mdaplot.showLines {mdatools} | R Documentation |
Plot lines
Description
Shows horisontal and vertical lines on a plot.
Usage
mdaplot.showLines(point, lty = 2, lwd = 0.75, col = rgb(0.2, 0.2, 0.2))
Arguments
point |
vector with two values: x coordinate for vertical point y for horizontal |
lty |
line type |
lwd |
line width |
col |
color of lines |
Details
If it is needed to show only one line, the other coordinate shall be set to NA.
[Package mdatools version 0.14.1 Index]