Learn R Programming

Biotech (version 1.0.0)

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

Description

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

Usage

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

Run this code
# NOT RUN {
# }
# NOT RUN {
c_any(ds = 50, ele = 'P', org = 'Fungus')
# }
# NOT RUN {
c_any(ds = 50, ele = "N", org = 'Fungus')
# }

Run the code above in your browser using DataLab