Description Usage Arguments Value Examples
Uniformly distributed data with median of 600 is simulated and returned
for 1536 plateformat configuration from 384 plateformat configuration.
The data arrangement will be based on data_384
.
1 2 | simulated_data_1536(data_384, in_data_flow = "across",
out_data_flow = "down", is_plate_coords = FALSE)
|
data_384 |
A character vector with data subtypes of length 384.
See |
in_data_flow |
A string indicating the plate format of
|
out_data_flow |
A string which tells the function to output the converted data to a plate configuration which can be down or across |
is_plate_coords |
logical returns plate coordinates, if its value is
|
A numeric vector with uniformly distributed data having median of 600
1 2 3 4 | simulated_data_1536(data_384 = colonyarea$data_subtypes,
in_data_flow = "across",
out_data_flow = "down",
is_plate_coords = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.