print.point: Point Object Description

Description Usage Arguments Value References See Also Examples

Description

Print descriptive information about a point object.

Usage

1
2
## 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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
print.point(maas.point)
# gives
# Point object: maas.point 
#
#   Locations: 155
#
#   Attributes:
#      x
#      y
#      zinc

sgeostat documentation built on May 1, 2019, 6:31 p.m.