summarise_y_tube: Summarise Y-tube olfactometer experiment results

Description Usage Value Examples

View source: R/summarise_y_tube.R

Description

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.

Usage

1

Value

summarise_y_tube returns a summary table of the experiment replicates to the console, which can be exported as a .xlsx file if required.

Examples

 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)

Dr-Joe-Roberts/olfactometeR documentation built on Nov. 14, 2019, 11:46 a.m.