Description Usage Value Examples
View source: R/summarise_y_tube.R
summarise_y_tube
allows the user to summarise replicates
from Y-tube olfactometer experiments.
Upon executing summarise_y_tube
the user will be prompted to select the
experiment replicates they want to summarise, displaying a summary table in the
console that can be exported as a .xlsx file if required.
1 |
summarise_y_tube
returns a summary table of the experiment
replicates to the console, which can be exported as a .xlsx file if required.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
library(olfactometeR)
summarise_y_tube()
Y-Tube Olfactometer
------------------------------------------------------------------------------
Arm No. Individuals Choosing Arm Mean Time to Make Choice (secs)
------------------------------------------------------------------------------
Treatment 2 128.29
Control 1 5.00
------------------------------------------------------------------------------
Study species: Phytoseiulus persimilis
Treatment: Methyl salicylate
Save the ouput as an .xlsx file? (y/n) n
[1] "Output has not been saved"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.