View source: R/dist_blob_utils.R
inflate.contour | R Documentation |
Expand the input blob radially by a constant distance.
inflate.contour(blob, dist)
blob |
A polygon, for example the result of blob.boundary() |
dist |
The distance by which to expand the blob |
The input blob should be convex. You can use get.hull() first if you're not sure.
Another polygon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.