S3 method for errors objects which automatically prints the error bars.
Usage
# S3 method for class 'errors'
plot(x, y, ...)Examples
cars <- as.matrix(cars)
cars <- as.data.frame(set_errors(cars, cars * 0.05))
plot(cars$speed)
plot(cars)
S3 method for errors objects which automatically prints the error bars.
# S3 method for class 'errors'
plot(x, y, ...)cars <- as.matrix(cars)
cars <- as.data.frame(set_errors(cars, cars * 0.05))
plot(cars$speed)
plot(cars)