errlines | R Documentation |
Draw a line with uncertainty regions
errlines(
x,
y,
errp,
errn = errp,
col = "black",
alpha = 0.5,
smooth = FALSE,
df = NULL,
...
)
x |
vector of x-coordinates |
y |
vector of y-coordinates |
errp |
vector of y-errors in the positive direction (upwards) |
errn |
vector of y-errors in the negative direction (downwards) |
col |
color of the line |
alpha |
transparency of the uncertainty region |
smooth |
logical flag indicating whether the line should be smoothed |
df |
df (=degrees of freedom) parameter of |
... |
additional parameters used by |
None
Danail Obreschkow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.