Arguments
obj
Data frame or matrix; the x and y coordinates (the coordinates
must be projected).
n
Integer value; the number of lag-distace classes. Defaults to
n = 7
.
type
Caracter value; the type of lag-distance classes, with options
equi
(equidistant) and exp
(exponential). Defaults to
type = "exp"
.
cutoff
Numeric value; the fraction of the maximum pair-wise sepation
distances that should be used to compute the lag-distance classes.
Defaults to cutoff = 0.5
.
base
Numeric value; the base of the exponential expression used to
create exponentially spaced lag-distance classes. Used only when
type = "exp"
. Defaults to base = 2
.
zero
Numeric value; the minimum pair-wise separation distance that
should be used to compute the lag-distance classes. Defaults to
zero = 0.0001
.