envelope.Dtable | R Documentation |
Prints a useful summary of a confidence envelope of class "dbmssEnvelope"
## S3 method for class 'Dtable'
envelope(Y, fun = Kest, nsim = 99, nrank = 1, ...,
funargs = list(), funYargs = funargs, simulate = NULL,
verbose = TRUE, savefuns = FALSE, Yname = NULL, envir.simul = NULL)
Y |
An object of class |
fun |
Function that computes the desired summary statistic for |
nsim |
Number of simulated point patterns to be generated when computing the envelopes. |
nrank |
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 |
funargs |
A list, containing extra arguments to be passed to |
funYargs |
Optional. A list, containing extra arguments to be passed to fun when applied to the original data |
simulate |
Optional. Specifies how to generate the simulated point patterns. |
verbose |
Logical flag indicating whether to print progress reports during the simulations. |
savefuns |
Logical flag indicating whether to save all the simulated function values. |
Yname |
Character string that should be used as the name of the data |
envir.simul |
Environment in which to evaluate the expression |
This is the S3 method envelope
for Dtable
objects.
Eric Marcon <Eric.Marcon@agroparistech.fr>. Relies on the envelope
engine of spatstat.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.