identify.point {sgeostat}R Documentation

Identify points on a Point Object

Description

Plot variable values next to locations after the plot.point() function.

Usage

identify(point.obj, v) 

Arguments

point.obj a point object generated by point()
v a variable name that will be displayed on the graphics device

Value

NULL

References

http://www.gis.iastate.edu/SGeoStat/homepage.html

See Also

plot.point

Examples


plot(maas.point)
# use indices as labels:
identify(maas.point)
# use values as labels:
identify(maas.point,"zinc")


[Package Contents]