c_any: Compute the concentration of the source salts for specific...

Description Usage Arguments Value Examples

Description

Compute the concentration of the source salts for specific elements inside a fermentationbroth

Usage

1
c_any(ds, ele = "P", org = "Bacteria")

Arguments

ds

dry substance mass in g/l

ele

element abreveation as string can be list('P', 'N', 'K','Mg')

org

organism as string can be list('Bacteria', 'Fungus')

Value

concentration of salt within the broth

Examples

1
2
c_any(ds = 50, ele = 'P', org = 'Fungus')
c_any(ds = 50, ele = "N", org = 'Fungus')

Biotech documentation built on Aug. 13, 2020, 9:07 a.m.

Related to c_any in Biotech...