error_points | R Documentation |
Drow points with error bars.
error_points(
x,
y,
upper,
lower = NULL,
head.length = 0.05,
horizontal = FALSE,
...
)
x |
vector of x-axis. |
y |
vector of y-axis. |
upper |
Error value of the upper boundary. |
lower |
Error value of the lower boundary. In default, lower = -upper. |
head.length |
Length of the head of error bar. |
horizontal |
Logical: if true the error bar for x will be drawn. |
... |
arguments for arrows and points function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.