kamapu / vegtable

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

Allow multiple ranks in count_taxa #29

Open kamapu opened 1 year ago

kamapu commented 1 year ago

Improve function count_taxa() allowing count of multiple taxon ranks at once.

The following command is causing an error message in vegtable:

Kenya_veg <- count_taxa(species + genus + family ~ ReleveID, data = Kenya_veg)

Eventually this issue has to be solved at taxlist code.

kamapu commented 1 year ago

This may probably need to be implemented as loop