Include bg = "white" as an argument in the ggsave() function.
bg = "white"
ggsave("myPlot.png", p, units = "cm", dpi = 600, bg = "white")