R语言画相关系数矩阵图

参考代码

data=read.csv("C:\\Users\\Desktop\\air.csv") //读取数据路径
library(corrplot)  //加载corrplot包
corrplot 0.90 loaded
corrplot(corr=cor(data),method = 'ellipse',order = "AOE",addCoef.col = "grey") //绘制相关性图片

参数使用

corrplot(corr, method = c("circle", "square", "ellipse", "number", "shade", "color", "pie"), 
         type = c("full", "lower", "upper"), add = FALSE, col = NULL, 
         bg = "white", title = "", is.corr = TRUE, diag = TRUE,
         outline = FALSE, mar = c(0, 0, 0, 0), addgrid.col = NULL,
         addCoef.col = NULL, addCoefasPercent = FALSE, 
         order = c("original","AOE", "FPC", "hclust", "alphabet"), 
         hclust.method = c("complete", "ward", "ward.D", "ward.D2", 
                          "single", "average", "mcquitty", "median", "centroid"),
         addrect = NULL, rect.col = "black", rect.lwd = 2, tl.pos = NULL,
         tl.cex = 1, tl.col = "red", tl.offset = 0.4, tl.srt = 90,
         cl.pos = NULL, cl.lim = NULL, cl.length = NULL, cl.cex = 0.8,
         cl.ratio = 0.15, cl.align.text = "c", cl.offset = 0.5, number.cex = 1,
         number.font = 2, number.digits = NULL, 
         addshade = c("negative", "positive", "all"), shade.lwd = 1, shade.col = "white", p.mat = NULL,
         sig.level = 0.05, insig = c("pch", "p-value", "blank", "n", "label_sig"),
         pch = 4, pch.col = "black", pch.cex = 3, plotCI = c("n", "square", "circle", "rect"), 
         lowCI.mat = NULL, uppCI.mat = NULL, na.label = "?",
         na.label.col = "black", win.asp = 1, ...)

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值