README.md

spinr

This repository contain the spinr R package that explores different ways to balance a microcentrifuge. It is intended for educational purposes.

It was inspired by Martin Johnsson's blog post and Peil and Hauryliuk's arXiv preprint referenced in Martin's post. Martin shared his original code in this gist.

Shiny app

To start the incuded shiny app, first install the spinr package, e.g. with the install_github function from the devtools R package:

library("devtools")
install_github("tomsing1/spinr")

A call to the spinrApp function starts the shiny app:

library(spinr)
spinrApp()


tomsing1/spinr documentation built on May 3, 2019, 10:44 p.m.