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
Number of experimental groups: 1
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)