VEuPathDB / veupathUtils

A collection of general purpose R helper functions for use in the VEuPathDB project.
Apache License 2.0
0 stars 1 forks source link

add bin helper functions #18

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

add helpers mentioned in https://github.com/VEuPathDB/microbiomeComputations/pull/43

after merge i can replace the plot.data versions of these functions

asizemore commented 1 year ago

Officially using real grown up Bins and BinLists! @d-callan ready for another look!

I did have trouble with naming. Maybe isValueInBin? That answer would at least be T/F. Starting with "which" isn't so bad but it doesn't work the way which() does because it doesn't return indices. But i often want it to return a logical vector instead of the indices so...