print.point {sgeostat}R 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

[Package sgeostat version 1.0-27 Index]