View source: R/rTEM_deprecated.R
average_relabelings_v01 | R Documentation |
Function take all relabelings and return averages and envelope values
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"
)
relabelings |
output of |
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 |
Take output of relabel_summarize
and create envelopes
data frame with x value (distance), average y value, and y value envelopess
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.