| print.ate_specs | R Documentation |
Displays a concise summary of allowable total error specifications calculated from biological variation.
## S3 method for class 'ate_specs'
print(x, digits = 2, ...)
x |
An object of class |
digits |
Number of decimal places to display (default: 2). |
... |
Additional arguments (currently ignored). |
Invisibly returns the input object x.
ate <- ate_from_bv(cvi = 5.6, cvg = 7.5)
print(ate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.