Skip to contents

Negative values indicate early collection and positive values late collection. Boxes summarize each group while jittered points retain every recorded observation.

Usage

plot_timing_deviation(data, by = "sample_position")

Arguments

data

Canonical results or sample events.

by

Grouping variable. Defaults to sample_position.

Value

A ggplot object.

Examples

fixture <- system.file("extdata", "parity", "v1.0.0", package = "carwatch")
results <- read_study_results(file.path(fixture, "results.csv"))
plot_timing_deviation(results)