plot.errors {errors} | R Documentation |
S3 method for errors
objects which automatically prints the error bars.
## S3 method for class 'errors'
plot(x, y, ...)
x, y |
the |
... |
additional arguments (see |
cars <- as.matrix(cars)
cars <- as.data.frame(set_errors(cars, cars * 0.05))
plot(cars$speed)
plot(cars)