Description Usage Arguments Value Side Effects See Also Examples
View source: R/fill.outside.border.R
When programs like geopolygon are used they sometimes fills space outside the border of their plots, to refill that space white we use fill.outside.border.
1 | fill.outside.border(col = 0, rat = 1)
|
col |
The color of the fill, default is 0 (usually white). |
rat |
Ratio between the size of the current plot and the size of the fill, if you want to allow the program to draw 5% outside the plot you set rat =1.05. Default rat = 1. |
No Value.
Fill outside of the border of the current plot.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.