print.PowerSDI.Accuracy | R Documentation |
Custom print()
method for PowerSDI.Accuracy
objects.
## S3 method for class 'PowerSDI.Accuracy'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
a |
digits |
The number of digits to be used after the decimal when displaying accuracy values. |
... |
ignored |
Nothing. Side-effect: pretty prints a PowerSDI.Accuracy
object
in the R console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.