Global Field Power (Lehmann & Skrandies, 1980) is a way to quantify the amount of activity in the overall electroencephalographic signal at a given timepoint. It corresponds to the spatial standard deviation.
Author
Matt Craddock matt@mattcraddock.com
Examples
plot_gfp(demo_spatial)
#> Creating epochs based on combinations of variables: participant_id
plot_gfp(demo_spatial, keep_trials = TRUE)
plot_gfp(demo_spatial, cols = "epoch_labels")
#> Creating epochs based on combinations of variables: participant_id epoch_labels
plot_gfp(demo_spatial, cols = "epoch_labels", keep_trials = TRUE)