Closed jonkeane closed 8 years ago
When the filtered markers file has no rows, everything reads appropriately, however there is an error at line 4 of gripClipping.R dfOut <- data.frame(times = as.numeric(unlist(dataNew["Time..sec."]))-min(unlist(dataNew["Time..sec."])))
dfOut <- data.frame(times = as.numeric(unlist(dataNew["Time..sec."]))-min(unlist(dataNew["Time..sec."])))
When the filtered markers file has no rows, everything reads appropriately, however there is an error at line 4 of gripClipping.R
dfOut <- data.frame(times = as.numeric(unlist(dataNew["Time..sec."]))-min(unlist(dataNew["Time..sec."])))