| ebar_polygon | R Documentation | 
Draw Symmetric Error Bars
(stable)
ebar_polygon( x, y, sem, alpha = 100, col = "black", fill = col, stroke = col, border = NA, add_line = TRUE, lwd = 1, ... )
| x, y | plot data | 
| sem | error bar half width | 
| alpha | transparency | 
| col | color | 
| fill | error bar color | 
| stroke | if add lines, line color | 
| border | errorbar border width | 
| add_line | add line(x,y) or not | 
| lwd | line weight | 
| ... | passed to  | 
## Not run: plot_clean(0:10, -1:5, xlab = 'X') ruta_axis(side = 2, at = -1:8) ebar_polygon(1:10, (1:10)/2, rnorm(10)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.