Dear All,
I have tried to load an EDF file using the code below and I received the
following massage :
Error in signals[[sn]]$signal[nextInCSignal[sn]:lastOne] <- samples[[sn]] :
replacement has length zero
What this massage means?
Is there any problem with the EDF file?
Code used:
hdr <- readEdfHeader("/lasse/neurobit/edf/medidas/g1/G1medida1.edf");
df_id1 <- readEdfSignals(hdr, signals = "All", from = 0, till = Inf,
physical = TRUE, fragments = TRUE, recordStarts = TRUE, mergeASignals =
TRUE, simplify = TRUE);
Any help would be highly appreciated.
Mariano
>
>
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.