Draw a line with uncertainty regions
errlines(
x,
y,
errp,
errn = errp,
col = "black",
alpha = 0.5,
smooth = FALSE,
df = NULL,
...
)
None
vector of x-coordinates
vector of y-coordinates
vector of y-errors in the positive direction (upwards)
vector of y-errors in the negative direction (downwards)
color of the line
transparency of the uncertainty region
logical flag indicating whether the line should be smoothed
df (=degrees of freedom) parameter of smooth.spline
function
additional parameters used by lines
Danail Obreschkow