Example Analysis of corrplot title Center and eps format output in R language
Editor to share with you the R language in the middle of the corrplot title and eps format output example analysis, I believe that most people do not know much, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Correlation diagram
There are two relatively simple ways to draw the correlation diagram in R, one is to use corrplot package, the other is to use ggcorr, using these two packages, you can draw a very beautiful correlation map. The two packages are not discussed in detail here, but only to solve the problems encountered in the process of use.
Corrplot
When drawing with corrplot, if we want to add a title, using the parameter title = directly produces the following result. Let's take the sample code as an example:
M