Published May 16, 2019
| Version v0.1.0.900
Software
Open
bnicenboim/eeguana: eeguana 0.1.0.9000. First fully functional version
Description
eeguana 0.1.0.9000
- Changes
- New vignette that introduces the package here.
- FastICA was implemented in
eeg_ica(). - Artifact detection functions in
eeg_artif_*(). - Filters were greatly improved and checked, only FIR filters are supported for now, based on MNE.
- Better documentation (mostly Kate Stone).
- Easy access to the information of the different tables with
signal_tbl(),events_tbl(), andsegments_tbl(). - Changes in the creation of
eeg_lstobjects. - Faster
as_tibble(). as.data.table()was added.- Renamed functions:
eeg_intervals_to_NA()was renamed toeeg_events_to_NA().events()was renamed toevents_tbl().plot_gg()should be changed to 'ggplot(aes(x=.time, y=.value))'.summarize_all_ch(...)should be changed tosummarize_at(channel_names(.),...).summarize_at_ch(...)should be changed tosummarize_at(...).ch_filt_*()functions were renamed toeeg_filt_*()and they get a...argument to select the relevant channels.ch_baseline()was renamed toeeg_baseline().- Bugs
- Events in Brain Vision version 1.0 file are now correctly read.
- Various minor bugs fixed.
Files
bnicenboim/eeguana-v0.1.0.900.zip
Files
(35.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:19d4d58e9e682f43ea40508969d0a40e
|
35.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bnicenboim/eeguana/tree/v0.1.0.900 (URL)