# Interactive boxplots of signal from channel E34 in epoch 1
# for both subjects in chosen time points
## Note: it has no statistical sense to make boxplot from only 2 observations, but
## larger example dataset is not possible due to size limit of the package
epochdata |>
pick_data(sensor_rg = "E34", epoch_rg = 1) |>
boxplot_subject(amplitude = "signal", time_lim = c(10:20),
title_label = "Sensor E34, epoch 1")
Run the code above in your browser using DataLab