Creating lookup table from vectors of fungicides and concentrations
1 2 3 4 5 6 7 8 9 10 | Lookuptable.maker(
Treatments = NULL,
Isolates = NULL,
Wells = 96,
Reps = 4,
timepts = 2,
random = FALSE,
randseed = 123456,
snake = TRUE
)
|
Treatments |
A vector of treatments. Pesiticide name and concentration seperated by a single space. |
Isolates |
A vector of isolates names. In order in which they are imaged |
Wells |
Numeric, how many wells on a plate. Default is 96 |
Reps |
Numeric, How many times is each treatment repeated on the plate. Default is 4 |
timepts |
Numeric, timepoints evaluated. Default is 2. |
random |
Logical, treatments randomly assigned to wells. Default in FALSE |
randseed |
Numeric, randomization seed to be used. Default is 123456. |
snake |
Logical. Indicate if the plate was imaged in a snake like pattern. Default is TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.