identify
function
in base graphics.
identify3d(x, y = NULL, z = NULL, labels = seq_along(x), n = length(x),
plot = TRUE, adj = c(-0.1, 0.5), tolerance = 20,
buttons = c("right", "middle"))
xyz.coords
)
can be given as x
, and y
and z
left missing.as.character
, and
recycled if necessary to the length of x
.plot
is TRUE
, the labels are
printed near the points and if FALSE
they are omitted.adj
parameter to
text3d
when plotting the labels.buttons
is length 1, the user can quit by reaching n
selections, or by hitting the
escape key, but the result will be lost if escape is used.
identify
for base graphics, select3d
for selecting regions.