Prints a useful summary of a confidence envelope of class "dbmssEnvelope"
# S3 method for Dtable
envelope(Y, fun = Kest, nsim = 99, nrank = 1, ...,
funargs = list(), funYargs = funargs, simulate = NULL,
verbose = TRUE, savefuns = FALSE, Yname = NULL, envir.simul = NULL)
An object of class Dtable
.
Function that computes the desired summary statistic for Y
.
Number of simulated point patterns to be generated when computing the envelopes.
Integer. Rank of the envelope value amongst the nsim simulated values. A rank of 1 means that the minimum and maximum simulated values will be used.
Extra arguments passed to fun
.
A list, containing extra arguments to be passed to fun
.
Optional. A list, containing extra arguments to be passed to fun when applied to the original data Y
only.
Optional. Specifies how to generate the simulated point patterns.
Logical flag indicating whether to print progress reports during the simulations.
Logical flag indicating whether to save all the simulated function values.
Character string that should be used as the name of the data Y
when printing or plotting the results.
Environment in which to evaluate the expression simulate
, if not the current environment.
Eric Marcon <Eric.Marcon@agroparistech.fr>. Relies on the envelope
engine of spatstat.
This is the S3 method envelope
for Dtable
objects.