knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

runR

runR contains a set of graphical and analytical functions for parsing, plotting and analyzing data from runs, ski trips, hiking, and other possible applications. The provided functions include height-distance profiles and dynamic movement plotting. runR is still under development.

Installation

You can install runR from github with:

# install.packages("devtools")
devtools::install_github("schliebs/runR")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


schliebs/runR documentation built on May 26, 2019, 3:35 a.m.