Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 349 Bytes

EP limited

wrapper around eplimited QRS detector to make it accessible from R

Example

data(ecg)
plot(ecg, type="l", xlim=c(10*200, 15*200))
abline(v = qrsdet(ecg), col=2, lty=2)

result

Installation

From R, first install the devtools library, then do:

library(devtools)
install_github("gdupret/eplimited")