bmaitner / RBIEN

Tools for accessing the Botanical Information and Ecology Network (BIEN) database
http://bien.nceas.ucsb.edu/bien/
Other
41 stars 10 forks source link

Strange values for leaf dry mass #35

Open Rekyt opened 2 years ago

Rekyt commented 2 years ago

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.