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

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"