Description Usage Arguments Value Examples
microtiter_data_frame
creates a data frame representing a microtiter
plate, with one row per well, and columns for Row, Column, and Well
(optional). microtiter_tibble
creates a tibble instead.
1 2 3 | microtiter_data_frame(nwells = 96, include_well = TRUE)
microtiter_tibble(nwells = 96, include_well = TRUE)
|
nwells |
Microtiter plate format specified as number of wells (e.g., 6 or 24; default: 96) |
include_well |
Logical value indicating whether or not to include
well labels (default: |
A data frame
1 | microtiter_data_frame(nwells = 96)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.