Learn R Programming

valytics (version 0.4.1)

print.ate_specs: Print method for ate_specs objects

Description

Displays a concise summary of allowable total error specifications calculated from biological variation.

Usage

# S3 method for ate_specs
print(x, digits = 2, ...)

Value

Invisibly returns the input object x.

Arguments

x

An object of class ate_specs.

digits

Number of decimal places to display (default: 2).

...

Additional arguments (currently ignored).

Examples

Run this code
ate <- ate_from_bv(cvi = 5.6, cvg = 7.5)
print(ate)

Run the code above in your browser using DataLab