Description Usage Arguments Value Examples
Give summary statistics
1 |
data |
data.table |
no return, only prints summary
1 2 3 4 5 | animalsInTrial <- selectTrialAnimals(biggen,72,72,5.4,9.5)[[1]]
animalsInTrial <- assignPens(animalsInTrial,6)
animalsInTrial <- assignTreatment(animalsInTrial,c("Wit","Groen","Rood","Geel"))
animalsInTrial <- assignComp(animalsInTrial)
trialSummary(animalsInTrial)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.