n.plot.RdA utility function which basically calls plot(*, type="n")
and text. To have names or numbers instead of points
in a plot is useful for identifaction, e.g., in a residual plot, see
also TA.plot.
coordinates at which to plot. If y is missing,
x is used for both, if it's a data.frame,
list, 2-column matrix etc – via xy.coords;
formula do not work.
the labels to plot at each (x,y). Per default, these
taken from the data x and y; case numbers 1:n
are taken if no names are available.
logical indicating if the nam labels should be
abbreviated – with a sensible default.
labels for the x- and y- axis, the latter being empty by default.
character specifying if log scaled axes should be used, see
plot.default.
plotting character expansion, see par.
color to use for text().
further arguments to be passed to the plot call.
invisibly, a character vector with the labels used.