Last data update: 2014.03.03

R: Point Object Description
print.pointR Documentation

Point Object Description

Description

Print descriptive information about a point object.

Usage

## S3 method for class 'point'
print(x,...) 

Arguments

x

a point object generated by point()

...

additional arguments for print

Value

NULL

References

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

See Also

point

Examples


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

Results