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

CRAN_Status_Badge Travis-CI Build Status

Overview

The twKinresp package estimating microbial growth parameters by fitting kinetic models to microbial respiration data.

Installation

# From CRAN (in future)
#install.packages("twKinresp")

# First install dependencies
# install.packages("devtools")
install.packages(c("logitnorm","lmtest","nlme"))
# Install from github
devtools::install_github("bgctw/twKinresp")

Usage

See the kinrespExperiment vignette and other package vignettes (*.md) for examples.



bgctw/twKinresp documentation built on May 10, 2019, 2:42 p.m.