plot_gfp | R Documentation |
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.
plot_gfp(data, cols = NULL, keep_trials = FALSE)
data |
An |
cols |
Condition columns from the |
keep_trials |
Calculate GFP for each epoch separately, then average over epochs. |
Matt Craddock matt@mattcraddock.com
plot_gfp(demo_spatial)
plot_gfp(demo_spatial, keep_trials = TRUE)
plot_gfp(demo_spatial, cols = "epoch_labels")
plot_gfp(demo_spatial, cols = "epoch_labels", keep_trials = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.