fill_scheme | R Documentation |
This function sets the filling scheme of the plate. The filling scheme is used to determine the order in which the samples are filled in the plate. The default filling scheme is horizontal, which means that the samples are filled from left to right and top to bottom. The vertical filling scheme means that the samples are filled from top to bottom and left to right.
fill_scheme(
plate,
fill = "h",
tbound = "A",
bbound = "H",
lbound = 1,
rbound = 12
)
plate |
PlateObj |
fill |
character. Filling scheme. Either "h" for horizontal, "v" for vertical. |
tbound |
character. Top bound of the filling scheme. Default is "A" |
bbound |
character. Bottom bound of the filling scheme. Default is "H" |
lbound |
numeric. Left bound of the filling scheme. Default is 1 |
rbound |
numeric. Right bound of the filling scheme. Default is 12 |
PlateObj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.