print.pair: Pairs Object Description

Description Usage Arguments Value References See Also Examples

Description

Print descriptive information about a pair object.

Usage

1
2
## S3 method for class 'pair'
print(x,...) 

Arguments

x

a pair object generated by pair()

...

additional arguments for print

Value

NULL

References

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

See Also

pair

Examples

1
2
3
4
5
6
7
8
print(maas.pair)
# gives:
# Pairs object: maas.pair 
#
#      Type:             isotropic
#      Number of pairs:  8370
#      Number of lags:   10
#      Max h:            1999.867

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