# eplimited **Repository Path**: yokay/eplimited ## Basic Information - **Project Name**: eplimited - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-20 - **Last Updated**: 2021-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](ecg.png) ## Installation From R, first install the `devtools` library, then do: ``` library(devtools) install_github("gdupret/eplimited") ```