I am trying to draw a correlation plot using the package corrplot. However, I keep getting a figure with the correlation plot in the right corner. My code is as below:
figure1 <- corrplot(sample_figure1, method="number")
My figure1 looks like this:
How can I align it in the center?