mirror of
https://github.com/msberends/AMR.git
synced 2025-12-16 15:40:23 +01:00
addins and small improvements to microorganisms dataset
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
context("p.symbol.R")
|
||||
|
||||
test_that("P symbol works", {
|
||||
expect_identical(p.symbol(c(0.001, 0.01, 0.05, 0.1, 1)),
|
||||
c("***", "**", "*", ".", " "))
|
||||
expect_identical(p.symbol(c(0.001, 0.01, 0.05, 0.1, 1, NA, 3)),
|
||||
c("***", "**", "*", ".", " ", NA, NA))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user