View source: R/E001_addBorder.R
addBorder | R Documentation |
Adds a border to an artwork object.
addBorder( art, extra = 0.1, res = NULL, foreground = "black", mode = 0, useGrid = FALSE, ... )
art |
an artwork object |
extra |
The size of the border |
res |
The resolution of the artwork |
foreground |
colour of line around the border |
mode |
the mode used in the artwork NEEDED????? |
useGrid |
logical needed?? |
... |
parameters are passed to the background component |
creates two additional components, a background colour and a foreground border. Both are rect
returns an artwork object. The sections of the original are inside new sections that also contain borders.
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.