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
Is it just me or is it not working again? I am using CRANs ggfortify version 0.4.16.
For the following code
library(ggplot2)
library(ggfortify)
# Create some example data
x <- 1:10
y <- c(2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
# Fit the model
model <- lm(y ~ x)
autoplot(model, which = 1:4, label.size = 3) + theme_bw()
ggsave("model.png",width=22,height=15,units="cm",dpi=150)
it is just saving the last plot (Cook´s distance in my case) like in #98 (comment)
Is it just me or is it not working again? I am using CRANs ggfortify version 0.4.16.
For the following code
it is just saving the last plot (Cook´s distance in my case) like in #98 (comment)
Originally posted by @Max-Trouble in #98 (comment)
The text was updated successfully, but these errors were encountered: