RBIEN
RBIEN copied to clipboard
BIEN_trait_mean errors due to conflicting family/genus designations
The function BIEN_trait_mean will sometimes gives errors due to the same genus being assigned to different families (e.g. "Unknown" and somethingaceae"). Thankfully the errors don't stop the function, and the NA's that are returned are reasonable (and better than erroneous values).
Revising code to only use families ending in "aceae"
can you put this in the frequently asked questions website for R BIEN?
On Jul 24, 2017, at 6:42 PM, Brian Maitner <[email protected] mailto:[email protected]> wrote:
The function BIEN_trait_mean will sometimes gives errors due to the same genus being assigned to different families (e.g. "Unknown" and somethingaceae"). Thankfully the errors don't stop the function, and the NA's that are returned are reasonable (and better than erroneous values).
Revising code to only use families ending in "aceae"
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bmaitner/RBIEN/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGiIbgI4FAN8XY7Nk9EWd3HK59gK9BDks5sRTn7gaJpZM4Oh7cY.
I'm working on fixing the underlying code so the issue doesn't occur. Shouldn't take too long.