for time series data set: “temp switch experiment

Rendered on 13 July 2020

1 Metadata

Project file (YAML): temp switch experiment
Description: Standard yaw torque learning by Andi with new working setup
Measurement RRID: xy
Experimenter: Andi Ehweiner; ORCID: none
Experiment duration: 18M 0S

2 Experimental Design

3 Experimental groups and single fly evaluations

Number of experimental groups: 1

4 Histograms

4.1 Fly Behavior Histograms

4.2 alternative Fly Behavior Histograms

5 Fourier Spectrum Analysis

6 Dwelling Times

7 Performance Indices

7.1 Performance Index bar plot with SEM:

7.2 Performance Index box&dotplot with notches:

7.3 Performance Index box&dotplot without notches:

7.4 Performance Index Violin Plot:

mtcars <- mtcars mtcars$tooltip <- rownames(mtcars)

theme_set(theme_minimal())

gg1 <- ggplot(mtcars) + geom_point_interactive(aes(x = drat, y = wt, color = qsec, tooltip = tooltip, data_id = tooltip ), size = 4)