plothlinewitherror | R Documentation |
plot a horizontal line with error band
plothlinewitherror(m, dp, dm, col = c("red"), x0, x1)
m |
Numeric. Mean value of the line to plot. |
dp |
Numeric. Error up. |
dm |
Numeric. Error down. |
col |
String. Colour. |
x0 |
Numeric. Left value of the range of the horizontal line. |
x1 |
Numeric. Right value of the range of the horizontal line. |
No return value, only graphics is generated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.