Quick check for NA presence in PhysioExperiment data.
References
Oostenveld R, Fries P, Maris E, Schoffelen JM (2011). "FieldTrip: Open source software for advanced analysis of MEG, EEG, and invasive electrophysiological data." Computational Intelligence and Neuroscience, 2011, 156869.
Examples
pe <- PhysioExperiment(
assays = list(raw = matrix(1:4, nrow = 2)),
samplingRate = 100
)
hasNA(pe)
#> [1] FALSE