Description Public fields Active bindings Methods See Also
Do not create instance directly, use
loaded_rave_repository
instead.
subject
RAVESubject
instance
electrodes
electrodes loaded
ignored_electrodes
electrodes ignored
reference_table
reference table
time_range
seconds before and after trial onset
reference_name
name of reference table
epoch
RAVEEpoch
instance
signature
unique signature for repository; if subject ID, reference table, epoch table, and time range are the same, signatures will be the same
new()
constructor
RAVERepository$new(subject, reference, epoch, before_onset, after_onset)
subject
character or RAVESubject
instance
reference
reference name
epoch
epoch name
before_onset
seconds to be loaded before trial onset
after_onset
seconds to be loaded after trial onset
load_brain()
load 3D brain instance
RAVERepository$load_brain( surfaces = "pial", use_141 = TRUE, recache = FALSE, clean_before_cache = FALSE, compute_template = FALSE, usetemplateifmissing = FALSE )
surfaces
surface types such as 'pial'
, 'white'
,
'smoothwm'
, 'sphere'
, etc.
use_141
whether to use 'SUMA' 141 standard brain if possible
recache
whether to force re-calculate cache data
clean_before_cache
whether to clear data before caching
compute_template
whether to compute template vertices
usetemplateifmissing
whether to use template brain if surfaces are missing, default is false
threeBrain
brain instance
epoch_power()
epoch power data
RAVERepository$epoch_power(electrodes = NULL)
electrodes
electrodes to epoch
clear_cache()
call clear_cache
for each electrodes loaded
RAVERepository$clear_cache()
clear_memory()
call clear_memory
for each electrodes loaded
RAVERepository$clear_memory()
rave_brain2
, freesurfer_brain2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.