makecanvas | R Documentation |
makecanvas sets up a plotting areas ready for a flowchart made up of shapes, circles, polygons, rectangles, text, and arrows
makecanvas(xstart = 0, xfinish = 100, ystart = 0, yfinish = 100)
xstart |
x-origin value defaults = 0 |
xfinish |
maximum of x axis defaults = 100 |
ystart |
y-origin value default = 0 |
yfinish |
y-axis maximum default = 100 |
nothing but plots an empty graph ready for polygons and text
## Not run:
makecanvas(ystart=50,yfinish=93.5)
polygon(makevx(2,27),makevy(90,6),col=0,lwd=1,border=1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.