Computes the third order summary statistic
Tstat(X, ..., r = NULL, rmax = NULL,
correction = c("border", "translate"), ratio = FALSE, verbose=TRUE)
The observed point pattern,
from which an estimate of "ppp"
, or data
in any format acceptable to as.ppp()
.
Ignored.
Optional. Vector of values for the argument
Optional. Numeric. The maximum value of
Optional. A character vector containing any selection of the
options "none"
, "border"
, "bord.modif"
,
"translate"
, "translation"
, or "best"
.
It specifies the edge correction(s) to be applied.
Alternatively correction="all"
selects all options.
Logical.
If TRUE
, the numerator and denominator of
each edge-corrected estimate will also be saved,
for use in analysing replicated point patterns.
Logical. If TRUE
, an estimate of the computation time
is printed.
An object of class "fv"
, see fv.object
,
which can be plotted directly using plot.fv
.
If the number of points is large, the algorithm can take a very long time
to inspect all possible triangles. A rough estimate
of the total computation time will be printed at the beginning
of the calculation. If this estimate seems very large,
stop the calculation using the user interrupt signal, and
call Tstat
again, using rmax
to restrict the
range of r
values,
thus reducing the number of triangles to be inspected.
This command calculates the
third-order summary statistic
The definition of
Schladitz, K. and Baddeley, A. (2000) A third order point process characteristic. Scandinavian Journal of Statistics 27 (2000) 657--671.
# NOT RUN {
plot(Tstat(redwood))
# }
Run the code above in your browser using DataLab