Draw bitmap image as ggplot2 annotation
annotate_image.Rd
Draw bitmap image as ggplot2 annotation
Examples
image <- system.file("img", "Rlogo.png", package="png")
s <- new_settings()
plot_position(position8c, s,
background_annotation = annotate_image(image, settings = s))