powered by
Compute the concentration of the source salts for specific elements inside a fermentationbroth
c_any(ds, ele = "P", org = "Bacteria")
dry substance mass in g/l
element abreveation as string can be list('P', 'N', 'K','Mg')
organism as string can be list('Bacteria', 'Fungus')
concentration of salt within the broth
# 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