Plot a blob object such as that return from agBootstrapBlob() using the polygon() function.

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 polygon()

Value

No return value, called for the side effect of plotting the blobs.

See also

Other additional plotting functions: blobsize()