This works much like alpha() in that it modifies the
transparency of fill colours. It differs in that fill_alpha() also attempts
to set the transparency of <GridPattern> objects.
Usage
fill_alpha(fill, alpha)
Value
A character vector of colours, or list of <GridPattern> objects.
Arguments
fill
A fill colour given as a character or integer vector, or as a
(list of) <GridPattern> object(s).
alpha
A transparency value between 0 (transparent) and 1 (opaque),
parallel to fill.