Skip to content
New issue

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

Strange values for leaf dry mass #35

Open
Rekyt opened this issue Jul 8, 2022 · 0 comments
Open

Strange values for leaf dry mass #35

Rekyt opened this issue Jul 8, 2022 · 0 comments

Comments

@Rekyt
Copy link
Contributor

Rekyt commented Jul 8, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant