k3features: Extract features from 3D K function output This is the same...

View source: R/features.R

k3featuresR Documentation

Extract features from 3D K function output This is the same as k3metrics. This function has update terminology ("metric" to "feature") to be more accurate

Description

Takes as inputs the results from anomK3est function performed on a clustered data set. Returns five different features of this result.

Usage

k3features(rvals_new, tvals_new, toplot, ...)

Arguments

rvals_new

The radius values from the anomK3est. These need to be trimmed so that they start past the inhibition radius of the underlying RCP pattern.

tvals_new

The returned K values from the anomK3est. These need to be trimmed to the same indices as rvals_new.

Value

A list of [1] Km, [2] Rm, [3] Rdm, [4] Rddm, [5] Kdm for the input K function. If no first K peak is found, returns a list of 5 NaNs.

See Also

anomK3est


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.