View source: R/plate_format_functions.R
find_wells_in_rowcolumn | R Documentation |
List of all wells in specific rows and columns of a given plate type
find_wells_in_rowcolumn(rows, columns, plate_type = 96)
rows |
character string, or list of character strings, representing row(s) such as "A" or "H" |
columns |
number or list of numbers, representing column(s) such as |
plate_type |
type of plate. numeric, i.e. |
a list containing the names of all the wells in specified row(s) and column(s) of a specified plate
find_wells_in_rowcolumn(c("A","C"), c(2,3))
find_wells_in_rowcolumn(c("A","C"), c(2,3), plate_type = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.