inst/doc/segmentation-guide.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(EGM)

## -----------------------------------------------------------------------------
#  ecg <- read_wfdb(record = 'muse-sinus',
#                   record_dir = system.file('extdata', package = 'egm'),
#                   annotator = 'ecgpuwave')
#  # Example data
#  ecg

Try the EGM package in your browser

Any scripts or data that you put into this service are public.

EGM documentation built on June 22, 2024, 6:53 p.m.