# Load some data
data(FILT_EMG)
# Save a plot of the only present trial with the average filtered and time-normalised EMG
pp <- plot_meanEMG(FILT_EMG[[1]],
trial = names(FILT_EMG)[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