knitr::opts_chunk$set(echo = TRUE) library(telemetRy)
This is a package for interacting with telemetry data using R. Functions for analyzing telemetry data over various timescales are provided. These tools were developed primarily for working with telemetry datasets generated by Data Sciences International (DSI) hardware and exported from Ponemah software.
Note: the author of this package has no affiliation with DSI.
telemetRy is available on github. To install telemetRy, you'll need:
R > 3.2
devtools package from
Hadley Wickham
First, install devtools:
install.packages('devtools')
Then install and load telemetRy:
devtools::install_github(repo = 'andrewstiegler/telemetRy') library(telemetRy)
This package comes with a sample dataset generated using a DSI telemetry system.
head(sample_BP_data)
The package also provides functions for calculating typical days of long-term telemetry recordings, and functions for calculating circadian averages of telemetry data.
To see an example of using this package with your own DSI data, check out the guide Importing DSI data
To see an example of the advantages of the typical_day function, check out the guide for typical_day
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.