You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decompose topoplot and other plotting functions into parts and add as ggplot extensions (e.g. geom_topo) as well as monolothic functionsmostly done but contours are a problem...
Rewrite functions as S3 methods where possible/necessary
New object classes for PSD, ICA etc. (new ICA and TFR classes added)
Add artefact detection (absolute threshholding, probability measures etc)
Implement FASTER (mostly done - only ICA and GA left...)
Channel interpolationSpherical spline implemented
Improve data browsing speed
Allow visualization of artefact rejections
Implement multiple ICA methods and browsing of those methods - SOBI, fastica, infomax available
Add methods for removal of ICA components
Add frequency analyses (PSD added, TFR in progress) - Morlet wavelet TFR added
Reducing the number of external Depends to <=20
Better tidyverse support - e.g. wrappers around dplyr functions, currently some done for select(), filter(), mutate, and rename
Can we add contours to geom_topo()? I like the default settings for topoplot, but can't get geom_contour() to work with the geom_topo() function.
Hi John, It's coming in v0.6.1! Only way it could work was to borrow and modify a chunk of code from ggplot2, which I couldn't do until recently as their code was licensed under GPL v3.0. They're implemented on the use_new_summary branch at the moment while I test them out a bit more. You can also try the get_scalpmap function to extract the interpolated scalpmap and then try to use standard ggplot functions to do it manually.
Decompose topoplot and other plotting functions into parts and add as ggplot extensions (e.g. geom_topo) as well as monolothic functionsmostly done but contours are a problem...Rewrite functions as S3 methods where possible/necessaryICA etc.(new ICA and TFR classes added)absolute threshholding, probability measures etc)Channel interpolationSpherical spline implementedImprove data browsing speedImplement multiple ICA methods and browsing of those methods- SOBI, fastica, infomax availableAdd methods for removal of ICA componentsAdd frequency analyses (PSD added, TFR in progress)- Morlet wavelet TFR addedBetter tidyverse support - e.g. wrappers around dplyr functions, currently some done forselect()
,filter()
,mutate
, andrename
Decide on format of channel locations.Improve implementation of glm fitting - allow adding baseline as a covariate etc-Allow log-spacing of frequencies incompute_tfr()
and check howplot_tfr()
can handle themThe text was updated successfully, but these errors were encountered: