print.acid | R Documentation |
Print function of Acid-object.
## S3 method for class 'acid'
print(x, ...)
x |
Acid-object. |
... |
further arguments passed to or from other methods. |
No return value, called to print information about a Acid-object.
Acid
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}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.