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 |
the coordinates of points in the plot. Alternatively, a
single plotting structure, function or any R object with a
|
y |
the y coordinates of points in the plot, optional
if |
... |
additional arguments (see |
cars <- as.matrix(cars) cars <- as.data.frame(set_errors(cars, cars * 0.05)) plot(cars)