identify.vgram.cloud(x, labels, plot=T, ...)
"vgram.cloud"
object.
This must have components
distance
,
gamma
,
iindex
and
jindex
.
x$distance
.
The default is the row indices for the two values making up the point
separated by a comma.
TRUE
,
identify
plots the labels of
the points identified. In any case, the subscripts are
returned.
identify.default
.
plot = TRUE
, the default for
identify.default
.
This function is a method for the generic function
identify
for class
"vgram.cloud"
.
It can be invoked by calling
identify
for an object of the
appropriate class, or directly by calling
identify.vgram.cloud
regardless of the class of the object.
vc.coal <- variogram.cloud(coal ~ loc(x,y), data=coal.ash) plot(vc.coal) identify(vc.coal)