Print method for ggWatermark objects
print.ggWatermark.RdThis function customizes the printing of ggplot objects with the class "ggWatermark" by adding a watermark.
Usage
# S3 method for class 'ggWatermark'
print(x, ...)Arguments
- x
A ggWatermark object created by
ggplotWithWatermark().- ...
Additional arguments to be passed to the print method, allowing for further customization of the output.
Value
A ggplot object with a watermark drawn on it. The watermark is displayed according to the specified options.
See also
Other watermark:
addWatermark(),
ggplotWithWatermark(),
plot.ggWatermark()