Arguments
coords
Data frame or matrix with the projected x- and y-coordinates.
n.lags
Integer value defining the number of lag-distance classes that
should be computed. Defaults to n = 7.
type
Character value defining the type of lag-distance classes that
should be computed, with options "equi" (equidistant) and "exp"
(exponential). Defaults to type = "exp".
cutoff
Numeric value defining the fraction of the diagonal of the
rectangle that spans the data (bounding box) that should be used to set the
maximum distance up to which lag-distance classes should be computed.
Defaults to cutoff = 0.5, i.e. half
base
Numeric value defining the base of the exponential expression
used to create exponentially spaced lag-distance classes. Used only when
type = "exp". Defaults to base = 2, i.e. the width of the
rightmost lag-distance classes is
zero
Numeric value setting the minimum pair-wise separation distance
that should be used to compute the lag-distance classes. Defaults to
zero = 0.0001.
count
Should the number of points ("points") or point-pairs
("pairs") per lag-distance class be computed? Defaults to
count = "pairs".