filter_name: Which filter function produces the filter?

View source: R/filters.R

filter_nameR Documentation

Which filter function produces the filter?

Description

filter_name returns the name of the filter function that produces the provided filter.

Usage

filter_name(filter_vec)

Arguments

filter_vec

The filter vector.

Value

The name of the filter.

Examples

tp_data = chicken_generator(1)
tp_dist = dist(tp_data[,-1])
res = filter_eccen(dist = tp_dist, p = 2)
filter_name(res)
## "Eccentricity"

TianshuFeng/SemiMapper documentation built on Sept. 16, 2022, 10:26 p.m.