well_plate | R Documentation |
Generates a tibble that contains row, col, and well
ID for the size of the plate specified in nrow and ncol. If vectors of length
> 1
are supplied to either nrow or ncol, the contents of the vectors are used
instead of their numeric value.
well_plate(nrow = 8, ncol = 12)
nrow |
Number of rows to have in the generated plate. |
ncol |
NUmber of columns to have in the generated plate. |
a tibble
well_plate(nrow = 8, ncol = 12)
well_plate(nrow = 4, ncol = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.