Skip to content

Commit

Permalink
checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaCartuyvels1 committed Aug 22, 2024
1 parent 7cbda5e commit 02793b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/data_analysis_spring_2023.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rarefaction <- function(data) {
values_fill = 0
) %>%
select(-1) %>%
specaccum(method = "rarefaction")
vegan::specaccum(method = "rarefaction")
data.frame(
sites = rrf[["sites"]],
Expand Down

0 comments on commit 02793b6

Please sign in to comment.