print.acid {MicrobialGrowth} | R Documentation |
Acid print function
Description
Print function of Acid-object.
Usage
## S3 method for class 'acid'
print(x, ...)
Arguments
x |
Acid-object. |
... |
further arguments passed to or from other methods. |
Value
No return value, called to print information about a Acid-object.
See Also
Examples
print( Acid(1.245, 5.47, 3) )
## acid {alpha=1.245, MIC=5.47g/L, concentration=3g/L}
print( Acid(c(0.98, 1.1, 1.51), c(5.26, 5.68)) )
## acid {alpha=[0.98, 1.1, 1.51], MIC=[5.26, 5.68]g/L, concentration=1g/L}
[Package MicrobialGrowth version 1.0.0 Index]