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
We're running into possible OS incompatibilities and using too many different ways of saving plots. On the way to more consistency, let's not use something like plot_quality(testdata, saveplot = TRUE) to save plots; instead use ggsave() or png followed bydev.off`.
The text was updated successfully, but these errors were encountered:
We're running into possible OS incompatibilities and using too many different ways of saving plots. On the way to more consistency, let's not use something like
dev.off`.
plot_quality(testdata, saveplot = TRUE)
to save plots; instead useggsave()
orpng
followed byThe text was updated successfully, but these errors were encountered: