prepare_subject_bare0 | R Documentation |
Prepare 'RAVE' single-subject data
prepare_subject_bare0(
subject,
electrodes,
reference_name,
...,
quiet = TRUE,
repository_id = NULL
)
prepare_subject_bare(
subject,
electrodes,
reference_name,
...,
repository_id = NULL
)
prepare_subject_with_epoch(
subject,
electrodes,
reference_name,
epoch_name,
time_windows,
env = parent.frame(),
...
)
prepare_subject_with_blocks(
subject,
electrodes,
reference_name,
blocks,
signal_type = "LFP",
time_frequency = signal_type == "LFP",
env = parent.frame(),
repository_id = NULL,
...
)
prepare_subject_phase(
subject,
electrodes,
reference_name,
epoch_name,
time_windows,
signal_type = c("LFP"),
env = parent.frame(),
verbose = TRUE,
...
)
prepare_subject_power(
subject,
electrodes,
reference_name,
epoch_name,
time_windows,
signal_type = c("LFP"),
env = parent.frame(),
verbose = TRUE,
...
)
prepare_subject_wavelet(
subject,
electrodes,
reference_name,
epoch_name,
time_windows,
signal_type = c("LFP"),
env = parent.frame(),
verbose = TRUE,
...
)
prepare_subject_raw_voltage_with_epoch(
subject,
electrodes,
epoch_name,
time_windows,
...,
quiet = TRUE,
repository_id = NULL
)
prepare_subject_voltage_with_epoch(
subject,
electrodes,
epoch_name,
time_windows,
reference_name,
...,
quiet = TRUE,
repository_id = NULL
)
subject |
character of project and subject, such as |
electrodes |
integer vector of electrodes, or a character that can be
parsed by |
reference_name |
reference name to be loaded |
... |
ignored |
quiet |
whether to quietly load the data |
repository_id |
used internally |
epoch_name |
epoch name to be loaded, or a
|
time_windows |
a list of time windows that are relative to epoch onset
time; need to pass the validation |
env |
environment to evaluate |
blocks |
one or more session blocks to load |
signal_type |
electrode signal type (length of one) to be considered;
default is 'LFP'. This option rarely needs to change unless you really want
to check the power data from other types. For other signal types, check
|
time_frequency |
whether to load time-frequency data when preparing block data |
verbose |
whether to show progress |
A fastmap2
(basically a list) of objects.
Depending on the functions called, the following items may exist in the list:
subject
A RAVESubject
instance
epoch_name
Same as input epoch_name
epoch
A RAVEEpoch
instance
reference_name
Same as input reference_name
reference_table
A data frame of reference
electrode_table
A data frame of electrode information
frequency
A vector of frequencies
time_points
A vector of time-points
power_list
A list of power data of the electrodes
power_dimnames
A list of trial indices, frequencies, time points, and electrodes that are loaded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.