calc_T_vals_v01: Calculate T value

View source: R/rTEM_deprecated.R

calc_T_vals_v01R Documentation

Calculate T value

Description

Takes input of relabeling object and calculates the T value for either K or G function

Usage

calc_T_vals_v01(
  relabelings,
  func = "K",
  rmin = 0,
  rmax,
  K_cor = "border",
  G_cor = "km"
)

Arguments

relabelings

object from relabel_summarize

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

Details

This uses the method from Baddeley et al. to calculate the T value for an envelope for either K (K3est) G G3est function

References

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


rolandrolandroland/rTEM documentation built on March 29, 2025, 2:17 p.m.