79179152

Date: 2024-11-11 21:21:13
Score: 1.5
Natty:
Report link

The gridExtra package has concise syntax for this

library(gridExtra)

plot1 <- plot(eff, grid=FALSE)
plot2 <- plot(eff2, grid=FALSE)

grid.arrange(plot1, plot2, ncol=2)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Giancarlo