powered by
S3 method for errors objects.
errors
# S3 method for errors print(x, ...)
an errors object.
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")
Run the code above in your browser using DataLab