plotoblong | R Documentation |
plotoblong generates an oblong from x0,x1,y0,y1
plotoblong(x0, x1, y0, y1, border = 1, col = 0, lwd = 1)
x0 |
x-axis left |
x1 |
x-axis right |
y0 |
yaxis bottom |
y1 |
yaxis top |
border |
colour of the border, default=black=1 |
col |
colour of fill, default = 0 = empty |
lwd |
width of the line,default=1 |
nothing but it plots a polygon
## Not run:
canvas()
plotoblong(1,50,1,50,lwd=3,linecol=4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.