Learn R Programming

MicrobialGrowth (version 1.0.0)

print.acid: Acid print function

Description

Print function of Acid-object.

Usage

# S3 method for acid
print(x, ...)

Value

No return value, called to print information about a Acid-object.

Arguments

x

Acid-object.

...

further arguments passed to or from other methods.

See Also

Acid

Examples

Run this code
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}

Run the code above in your browser using DataLab