Learn R Programming

errors (version 0.4.2)

print.errors: Print Values

Description

S3 method for errors objects.

Usage

# S3 method for errors
print(x, ...)

Arguments

x

an errors object.

...

further arguments passed to or from other methods.

Examples

Run this code
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