Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Feb 5, 2022
1 parent 4ea1a6b commit 734ed6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/decostand-tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ testdata <- testdata - 50
testdata[testdata < 0] <- 0
rownames(testdata) <- paste0("row", seq_len(nrow(testdata)))
colnames(testdata) <- paste0("col", seq_len(ncol(testdata)))
testdata.with.pseudo <- testdata + 1

# Calculates relative abundance table
relative <- vegan::decostand(testdata, "total")
Expand Down

0 comments on commit 734ed6f

Please sign in to comment.