The repository inherits link{RAVESubjectEpochTimeFreqBaseRepository}, with epoch
trials, and is intended for loading processed and referenced time-frequency
coefficients.
Use prepare_subject_power_with_epochs to create an
instance.
ravepipeline::RAVESerializable -> ravecore::RAVESubjectRepository -> ravecore::RAVESubjectEpochRepository -> ravecore::RAVESubjectEpochTimeFreqBaseRepository -> RAVESubjectEpochPowerRepository
powera named map of time-frequency power spectrogram,
mounted by mount_data
Inherited methods
ravepipeline::RAVESerializable$@compare()ravecore::RAVESubjectRepository$@get_container()ravecore::RAVESubjectEpochRepository$export_matlab()ravecore::RAVESubjectEpochRepository$get_container()ravecore::RAVESubjectEpochRepository$set_epoch()ravecore::RAVESubjectEpochTimeFreqBaseRepository$mount_data()
@marshal()Internal method
RAVESubjectEpochPowerRepository$@marshal(...)...internal arguments
@unmarshal()Internal method
RAVESubjectEpochPowerRepository$@unmarshal(object, ...)object, ...internal arguments
new()constructor
RAVESubjectEpochPowerRepository$new(
subject,
electrodes = NULL,
reference_name = NULL,
epoch_name = NULL,
time_windows = NULL,
stitch_events = NULL,
...,
quiet = FALSE,
repository_id = NULL,
strict = TRUE,
lazy_load = FALSE,
.class = NULL
)subject'RAVE' subject
electrodesstring or integers indicating electrodes to load
reference_namename of the reference table
epoch_namename of the epoch trial table
time_windowsnumeric vector with even lengths, the time start
and end of the trials, for example, c(-1, 2) means load
1 second before the trial onset and 2 seconds after trial onset
stitch_eventsevents where the time_windows is based;
default is trial onset (NULL)
...passed to RAVESubjectEpochTimeFreqBaseRepository constructor
quietsee field quiet
repository_idsee field repository_id
strictwhether the mode should be strict; default is true and errors out when subject is missing
lazy_loadwhether to delay mount_data;
default is false
.classinternally used, do not set, even if you know what this is
clone()The objects of this class are cloneable with this method.
RAVESubjectEpochPowerRepository$clone(deep = FALSE)deepWhether to make a deep clone.