shah-in-boots / EGM

Evaluation of electrophysiological signals
https://shah-in-boots.github.io/EGM/
Other
0 stars 1 forks source link

Sequence / order of leads in plots #4

Closed shah-in-boots closed 1 year ago

shah-in-boots commented 1 year ago

How the leads are presented, the colors, the order, etc, are important. Not only should sequential leads, like [CS 1-2, ..., CS 9-10] be in the appropriate order by default, but we should be able to reorder them later.

A fundamental issue is the ggplot2::facet_wrap() function, and how it may limit how the data is shaped. Currently, it requires LONG data, which may or may not be the best approach for data storage for signal based data.