We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61521b0 + 2586555 commit d894c8eCopy full SHA for d894c8e
R/mc3.R
@@ -55,9 +55,6 @@ mc3 <- function(ac, wr = FALSE) {
55
56
stime <- Sys.time()
57
58
- ## Force all concentrations to 1 significant figure
59
- dat[ , conc := signif(conc, 1)]
60
-
61
## Load aeid mapping information.
62
aeid_info <- tcplLoadAeid("acid", ac)[ , list(acid, aeid)]
63
setkey(aeid_info, acid)
R/sc1.R
@@ -59,10 +59,6 @@ sc1 <- function(ac, wr = FALSE) {
## Remove data with well quality of 0
dat <- dat[wllq == 1]
64
65
66
67
68
0 commit comments