filter_name | R Documentation |
filter_name
returns the name of the filter function that produces the
provided filter.
filter_name(filter_vec)
filter_vec |
The filter vector. |
The name of the filter.
tp_data = chicken_generator(1) tp_dist = dist(tp_data[,-1]) res = filter_eccen(dist = tp_dist, p = 2) filter_name(res) ## "Eccentricity"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.