Learn R Programming

sgeostat (version 1.0-27)

print.point: Point Object Description

Description

Print descriptive information about a point object.

Usage

"print"(x,...)

Arguments

x
a point object generated by point()
...
additional arguments for print

Value

References

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

See Also

point

Examples

Run this code

print.point(maas.point)
# gives
# Point object: maas.point 
#
#   Locations: 155
#
#   Attributes:
#      x
#      y
#      zinc

Run the code above in your browser using DataLab