pattern_alpha {ggplot2} | R Documentation |
Modify transparency for patterns
Description
This generic allows you to add your own methods for adding transparency to pattern-like objects.
Usage
pattern_alpha(x, alpha)
Arguments
x |
Object to be interpreted as pattern. |
alpha |
A |
Value
x
with modified transparency
[Package ggplot2 version 3.5.1 Index]