Description Usage Arguments Value Author(s)
View source: R/synapsesEnvelope.r
Functions to compute and plot RSA model and its envelope
1 2 | computeSppLEnvelope(spp, simulations, nsimavg = length(simulations)/2,
nsimenv = length(simulations) - nsimavg, name = "", nrank = 1)
|
spp |
The spatial process |
nsimavg |
An integer. Number of simulations used to compute the RSA function |
nsimenv |
An integer. Number of simulattion used to compute the envelope. |
name |
A string. Envelope name |
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. |
simulation |
A list of simulations singleSampleSimulations. List of simulations to compute the envelope |
A named list. envLCSR <- CSR envelope. envLRSA <- RSA envelope, sampleSPP <- Original sample SPP
Laura Ant<c3><b3>n-S<c3><a1>nchez computeSppLEnvelope
Computes sample L-function envelope
Given a sample and its RSA simulations computes the RSA and CSR envelopes of the sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.