print.acid.specific.pair | R Documentation |
Print function of Acid.SpecificPair-object.
## S3 method for class 'acid.specific.pair'
print(x, sep = ",\n ", ...)
x |
Acid.SpecificPair-object. |
sep |
a character string to separate the different pairs. |
... |
further arguments passed to or from other methods. |
No return value, called to print information about a Acid.SpecificPair-object.
Acid.SpecificPair
print( Acid.SpecificPair(list(c(1.245, 5.47)), 3) )
## acid {{alpha=1.245, MIC=5.47g/L}, concentration=3g/L}
print( Acid.SpecificPair(list(c(0.98, 5.68), c(1.51, 5.26))) )
## acid {{alpha=0.98, MIC=5.68g/L},
## {alpha=1.51, MIC=5.26g/L}, concentration=1g/L}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.