petri_grid | R Documentation |
This function transform an excel spreadshit cumulative germination data from every Petri dish into a grid containing petri dish label, T50 and Germination rate. See details to format the input data correctly. The last column must be the total number of viable seeds of each petri dish (germinated + fresh & mouldy after cut test). It does not have to be (necessarily) a 13 by 13 Petri dish grid
petri_grid(x)
x |
A data.frame, probably imported from an excel spreadsheet. See details for formatting |
Input for this function is a data frame with this format. Please note this table has a header and is relevant for the function for "Days" to be the header and not a row. This is because thermal plate germination data is probably recorded in a excel spreadsheet with this format
Day | 1 | 3 | 6 | 8 | 12 | 15 | 17 | 22 | Total |
A1 | 0 | 0 | 0 | 6 | 10 | 12 | 17 | 17 | 21 |
A2 | 0 | 0 | 0 | 3 | 10 | 10 | 10 | 11 | 19 |
A3 | 0 | 0 | 0 | 3 | 4 | 5 | 5 | 5 | 20 |
A4 | 0 | 12 | 15 | 15 | 18 | 20 | 20 | 20 | 20 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
M11 | 0 | 0 | 0 | 8 | 13 | 14 | 17 | 19 | 20 |
M12 | 0 | 0 | 0 | 1 | 1 | 5 | 8 | 20 | 20 |
M13 | 0 | 0 | 0 | 1 | 5 | 10 | 10 | 15 | 21 |
A data frame with thermal plate T50 and GR values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.