Skip to content

Commit

Permalink
Correct typo in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Grenié committed Apr 9, 2024
1 parent acf8478 commit faaad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/funbiogeo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ with `fundiversity`.
# Functional richness in 'fundiversity' requires all the traits to be known
# so we need to filter the traits
filt_traits <- subset(
red_sp_traits, !is.na(adult_body_mass), !is.na(litter_size)
red_sp_traits, !is.na(adult_body_mass) & !is.na(litter_size)
)
# We need to transform species and site names as row names for species-traits
Expand Down

0 comments on commit faaad76

Please sign in to comment.