Given an x and y coordinate, this function will produce segments that
extend from -1 to the corresponding xy intersection, with a point
at the intersection.
Usage
seg_match(x, y, ...)
Arguments
x
The x-coordinate.
y
The y-coordinate.
...
Additional parameters passed to segments. Note
that whatever parameters are passed here are also passed to
points (e.g., col).