R/num_to_well.R

Defines functions num_to_well

num_to_well <- function(x, n = 96) {
  plates::well(n)[x]
}
JARS3N/plates documentation built on Jan. 31, 2023, 10:38 a.m.