| lfp_data | R Documentation |
This function extracts and summarizes LFP (Local Field Potential) data from a JSON-like dataset.
lfp_data(dataset = NULL)
dataset |
A JSON object/list loaded into the work environment. If NULL, attempts to load the default dataset from the LeadSense package. |
A structured LFP dataset including:
Power in each frequency band
LFP Frequency vs Magnitude for each electrode
Time-domain signals for all sequences in the LFP montage
lfp_dataset <- lfp_data(dataset)
print(lfp_dataset$band_power_results)
print(lfp_dataset$structured_lfp_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.