View source: R/rTEM_deprecated.R
calc_T_vals_v01 | R Documentation |
Takes input of relabeling object and calculates the T value for either K or G function
calc_T_vals_v01(
relabelings,
func = "K",
rmin = 0,
rmax,
K_cor = "border",
G_cor = "km"
)
relabelings |
object from |
func |
Which function is used: currently on G and K are supported |
rmin |
what value to start the calculation from |
rmax |
max value to run calculation to |
K_cor |
boundary correction type for K |
G_cor |
boundary correction type for G |
This uses the method from Baddeley et al. to calculate the T value for an envelope for either K (K3est) G G3est function
Baddeley, A., Diggle, P. J., Hardegen, A., Lawrence, T_, Milne, R. K., & Nair, G. (2014). On tests of spatial pattern based on simulation envelopes. Ecological Monographs, 84(3), 477–489. https://doi.org/10.1890/13-2042.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.