kamapu / vegtable

Handling vegetation-plot data sets
http://kamapu.github.io/vegtable/
7 stars 0 forks source link

Select frequency in cross table #49

Open kamapu opened 8 months ago

kamapu commented 8 months ago

Add argument min_freq in crosstable() allowing to filter rare species in the same step.

kamapu commented 8 months ago

This feature is not feasible in this form. Instead, an additional function (e.g. sort_by_freq()) needs to be designed with following parameters:

This function won't only calculate frequencies but sort them and select according to the expression.