print.pair {sgeostat} | R Documentation |
Pairs Object Description
Description
Print descriptive information about a pair object.
Usage
## S3 method for class 'pair'
print(x,...)
Arguments
x |
a pair object generated by |
... |
additional arguments for |
Value
NULL
References
http://www.gis.iastate.edu/SGeoStat/homepage.html
See Also
Examples
print(maas.pair)
# gives:
# Pairs object: maas.pair
#
# Type: isotropic
# Number of pairs: 8370
# Number of lags: 10
# Max h: 1999.867
[Package sgeostat version 1.0-27 Index]