ggplotify icon indicating copy to clipboard operation
ggplotify copied to clipboard

ggplot everything

Results 6 ggplotify issues
Sort by recently updated
recently updated
newest added

I wanted to code a simple function to check lm() and glm() models using the `DHARMa` package, which results in r-base plots. So I was using as.ggplot() to convert it...

Sorry, I have not experience using ggplotify. I discovered it because I need my script to save UpSetR output to a png file. So I tried to adapt some code...

Dear Guangchuang Yu, I am using your **ggplotify** package to make automatic exercises for students. However, when rendering a **lattice** graphic to a grob with `as.grob()`, there are many differences...

Hi: When i was using as.ggplot() convert points() to ggplot objects, then add some points with geom_point() in the plots, i found that the points drawn using points() and geom_point()...

Hi, I'm trying to convert a clustered Dotplot, which I created with the `Clustered_DotPlot()` function from the `scCustomize` library, into a ggplot object. However, when I try to run `as.ggplot(p1)`...

First of all, thank you for this package! I hoped that it would work with the maps created by {tmap} package. I often struggle to align them with ggplots. But...