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