cleanData | R Documentation |
This function removes repetitive cumulative fractions/percentages, keeping only the initial presence of the value
cleanData(data, treatments = c("TrtID"), cum.frac = "CumFraction")
data |
A data frame object with the raw cumulative data that needs to be cleaned. |
treatments |
are the names of the treatment columns to separate the dataset. The time course cumulative curves will be grouped for each distinct treatment that should be informed here. |
cum.frac |
Column name for cumulative fraction germinated. |
A data frame with duplicate observations removed
"foo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.