Matt Craddock
Matt Craddock
It's something I've thought about but would be pretty complicated. Rather than add it, it would be a separate package, as I'd have to base it quite a lot on...
~~New problem when perform `eeg_reference()` with an excluded reference~~ _PEBKAC_
> 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!...
I think the main one that does a lot of preprocessing is `topoplot()` and its variations (`geom_topo()` etc) - there is a `get_scalpmap()` function that gives you the interpolated scalp...
Actually this already works quite simply for several of these functions just through how `ggplot2` already works. If you assign the `ggplot` you can access the data directly: ``` r...
Right, actually, I've discovered a huge bug with `erp_image()` #96 that I just fixed locally, and will fix on develop shortly. For `erp_image()` and `erp_raster()`, there is only one layer,...
Yes, or can also be drawn using `geom_head()`
https://craddm.github.io/eegUtils/articles/data_structures.html has some info on these lines - I'll improve/update it Soon™
It could definitely be better so that's still going on the list!
With `eeg_tfr` it made much more sense to do the transformations in an array internally, and then it ended up being easier to interact with if it stays an array....