data/pros.r

pros <- as.data.frame(stringsAsFactors=FALSE, matrix(c(
  "growth", "mg/ml/hour", "bacteria growth", "mu * monod(sub, half) * bac",
  "inout", "1/hour", "water in-/outflow", "flow/vol"
  ), ncol=4, byrow=TRUE,
  dimnames=list(NULL, c("name", "unit", "description", "expression")))
)

Try the rodeo package in your browser

Any scripts or data that you put into this service are public.

rodeo documentation built on March 28, 2021, 1:09 a.m.