grofitr provides a tidy wrapper for the grofit package, for ease of integration with the Tidyverse suite of data analysis packages.
You can install grofitr from github with:
# install.packages("devtools")
devtools::install_github("dtdoering/grofitr")
This is a basic example which shows you how to solve a common problem:
## basic example code
R package for analyzing and plotting microbial growth data obtained from BMG plate readers.
Adapted from script by Dana Opulente.