We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When looking at leaf dry mass I again identified weird trait values:
library("dplyr") BIEN::BIEN_trait_trait("leaf dry mass") %>% count(trait_value, sort = TRUE) %>% head(5) #> trait_value n #> 1 * 426 #> 2 0 131 #> 3 0.01 78 #> 4 0.02 70 #> 5 0.04 68
It seems that there are values equal to "*". They all come from this dryad repository.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When looking at leaf dry mass I again identified weird trait values:
It seems that there are values equal to "*". They all come from this dryad repository.
The text was updated successfully, but these errors were encountered: