print.acid: Acid print function

View source: R/acide.R

print.acidR 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

Acid

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}

MicrobialGrowth documentation built on April 12, 2025, 1:34 a.m.