These functions are run for their side effects, nothing meaningful is returned.
Arguments
x
x-coordinates to plot
y
y-coordinates to plot
label
Labels to show for each point
lab.col
The color to plot the labels
pt.col
The color of the highlighting point
adj
The adjustment of the labels relative to the cursor point.
The default places the label so that its bottom left corner is at
the curser, values below 0 or greater than 1 will move the label to
not touch the cursor.
clean
Logical value, should any labels on the plot be removed
at the end of the plotting.
This is an alternative to the identify function. The label
only shows up for the point currently closest to the mouse pointer.
When the mouse pointer moves closer to a different point, the label
changes to the one for the new point. The currently labeled point is
also highlighted. HWidentify only works on windows, HTKidentify
requires the tkrplot package.