identify.point {sgeostat} | R Documentation |
Identify points on a Point Object
Description
Plot variable values next to locations after the plot.point()
function.
Usage
## S3 method for class 'point'
identify(x, v, ...)
Arguments
x |
a point object generated by |
v |
use values of variable |
... |
additional arguments to |
Value
An integer vector containing the indexes of the identified points.
References
http://www.gis.iastate.edu/SGeoStat/homepage.html
See Also
Examples
plot(maas.point)
# use indices as labels:
identify(maas.point)
# use values as labels:
identify(maas.point,v="zinc")
[Package sgeostat version 1.0-27 Index]