View source: R/basic_functions.R
calcCumFrac | R Documentation |
A function to generate cumulative germination fractions from raw seed counts.
calcCumFrac( data, trt.id = "TrtID", cum.time = "CumTime", n.total = "nTotal", n.germinated = "nGerminated" )
data |
A dataset containing seed germination observations. |
trt.id |
Column name containing ids which reflect the individual treatments. |
cum.time |
Column name containing cumulative elapsted time. |
n.total |
Total number of seeds for the given treatment. |
n.germinated |
Column name containing total number of seeds germinated through the current time. |
a data frame with cumulative fractions generated from raw seed counts.
"foo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.