Missing part of image exported in Metafile format while importing in Coreldraw

Dear forum members,
I made a correaltion plot between age and velocity, add a regression line, Confidence interval, R and p values onto the graph using the code below-

install.packages("ggplot2")
library("ggplot2")
install.packages("ggpubr")
library("ggpubr")
a <- ggplot(data, aes(x=Age, y=Velocity )) + geom_point () + xlab("Age") + ylab ("Velocity (cm/s)")+ geom_smooth(method = lm) + stat_cor(method = "pearson", label.x = 8) + theme_classic()
a

Finally, I was interested to export this plot in Coreldraw for further minute editing.
For that, I exported and saved the R Plot in 'Metafile' format.
Unfortunately, whenever I was trying to open the image in the corel draw, I can see every part of it, except the grey background color of CI, which is missing.
Can you please guide.
Thank you for your time and help.
KC

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.