Description Usage Arguments Value See Also Examples
View source: R/HTDoseResponseCurve.R
Create a plate list with empty elements
1 | create_empty_plate(number_of_wells, hour = 0, plate_id = "plate_1")
|
number_of_wells |
Number of wells in the plate, must be one of 6, 12, 24, 96, 384. |
hour |
Number of hours since the experiment began. Defaults to 0. |
plate_id |
Text string that identifies this plate map. Defaults to "plate_1". |
A data frame
1 2 3 | create_empty_plate( number_of_wells=6 )
create_empty_plate( number_of_wells=96, hour=0, plate_id="plate_12")
create_empty_plate( number_of_wells=384, hour=12, plate_id="plate_9")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.