View source: R/plate_format_functions.R
find_wells_in_column | R Documentation |
List of all wells in a specific column of a given plate type
find_wells_in_column(columns, plate_type = 96)
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 the specified column(s) of a specified plate
find_wells_in_column("1")
find_wells_in_column("12")
find_wells_in_column(1)
find_wells_in_column(c(1,3), plate_type = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.