identify.point {sgeostat} | R Documentation |
Plot variable values next to locations after the plot.point()
function.
## S3 method for class 'point'
identify(x, v, ...)
x |
a point object generated by |
v |
use values of variable |
... |
additional arguments to |
An integer vector containing the indexes of the identified points.
http://www.gis.iastate.edu/SGeoStat/homepage.html
plot(maas.point)
# use indices as labels:
identify(maas.point)
# use values as labels:
identify(maas.point,v="zinc")