plot.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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.