View source: R/classes-plate_builder.R
get_location_matrix | R Documentation |
The function generates a matrix of plate locations. The locations are represented in a nrow x ncol matrix. Usually number of rows equals to 8 and number of columns to 12, and the total matrix size is 96.
The fields are represented as E3
, where the letter corresponds to the row and the number to the column.
get_location_matrix(nrow = 8, ncol = 12, as_vector = FALSE)
nrow |
Number of rows in the plate |
ncol |
Number of columns in the plate |
as_vector |
logical value indicating whether to return the locations as a vector |
a matrix with locations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.