You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
you can try the image_fun option in the ggimage::geom_image() function. You can also compose multiple transformation (see the magick package) using anonymous functions:
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))
The text was updated successfully, but these errors were encountered: