ggimg icon indicating copy to clipboard operation
ggimg copied to clipboard

ggimg: Graphics Layers for Plotting Image Data with ggplot2

Results 2 ggimg issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to know how to rotate the image in geom_point_img function. Thanks.

Dear, I have a set of images in png with transparent backgroung generated via: ` ggsave(filename = "image1.png",plot = my_ggplot,width = 4, height = 4,dpi=150, bg='transparent')` Now when, I use...