data/stoi.r

stoi <- as.data.frame(stringsAsFactors=FALSE, matrix(c(
  "bac", "growth", "1",
  "bac", "inout", "-bac",
  "sub", "growth", "-1 / yield",
  "sub", "inout", "(sub_in - sub)"
  ), ncol=3, byrow=TRUE,
  dimnames=list(NULL, c("variable", "process", "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.