# Load some data
data(RAW_DATA)
# Save a plot with the first (and only) trial in RAW_DATA, first three seconds, in dark mode
plot_rawEMG(RAW_DATA[[1]],
trial = names(RAW_DATA)[1],
row_number = 4,
col_number = 4,
dark_mode = TRUE,
line_col = "tomato3",
show_plot = FALSE
)
Run the code above in your browser using DataLab