Hello! Is there any way of changing the angle of geom_image (without writing a new image at each angle)? e.g. ggplot(data, aes(x = x, y = y)) + geom_image(aes(image=image, angle=angle))
Hello! Is there any way of changing the angle of geom_image (without writing a new image at each angle)?
e.g.
ggplot(data, aes(x = x, y = y)) + geom_image(aes(image=image, angle=angle))