blob {Racmacs} | R Documentation |
Plot a blob object
Description
Plot a blob object such as that return from agBootstrapBlob()
using the
polygon()
function.
Usage
blob(x, col, border, lwd, alpha = 1, ...)
Arguments
x |
The blob object to plot |
col |
Color for the blob fill |
border |
Color for the blob outline |
lwd |
Line width for the blob outline |
alpha |
Blob opacity |
... |
Additional arguments to pass to |
Value
No return value, called for the side effect of plotting the blobs.
See Also
Other additional plotting functions:
blobsize()
[Package Racmacs version 1.2.9 Index]