Open craddm opened 7 years ago
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.
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 them