average_relabelings_v01: Average relabelings

View source: R/rTEM_deprecated.R

average_relabelings_v01R Documentation

Average relabelings

Description

Function take all relabelings and return averages and envelope values

Usage

average_relabelings_v01(
  relabelings,
  envelope.value = 0.95,
  funcs = c("K", "G"),
  K_cor = "trans",
  G_cor = "km",
  F_cor = "km",
  GXGH_cor = "km",
  GXHG_cor = "km"
)

Arguments

relabelings

output of relabel_summarize function

envelope.value

size of envelope to compute. Should be decimal (e.g. 0.95 = 95%)

funcs

vector of summary functions to calculate

K_cor

edge correction(s) to be used for K function

G_cor

edge correction(s) to be used for G function

F_cor

edge correction(s) to be used for F function

GXGH_cor

edge correction(s) to be used for GXGH function

GXHG_cor

edge correction(s) to be used for GXHG function

Details

Take output of relabel_summarize and create envelopes

Value

data frame with x value (distance), average y value, and y value envelopess


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