align corrplot in the center

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?

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