print.errors {errors} | R Documentation |
S3 method for errors
objects.
## S3 method for class 'errors' print(x, ...)
x |
an |
... |
further arguments passed to or from other methods. |
x <- set_errors(1:10, 1:10 * 0.05) print(x) print(x[1:3]) print(x[1]) print(x[1], digits=2) print(x[1], notation="plus-minus")