Last data update: 2014.03.03

R: Pairs Object Description
print.pairR 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 pair()

...

additional arguments for print

Value

NULL

References

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

See Also

pair

Examples


print(maas.pair)
# gives:
# Pairs object: maas.pair 
#
#      Type:             isotropic
#      Number of pairs:  8370
#      Number of lags:   10
#      Max h:            1999.867

Results