[R-br] Correlograma

Rodrigo Lopez lopezhsf em hotmail.com
Sáb Mar 2 19:08:55 -03 2019


Prezados,

Estou tentando representar uma matriz de correlação e não consigo inserir o valor do coeficiente R e o valor P, ou a significância no mesmo plot.

Gostaria que a metade superior (upper) mostrasse o R e a de baixo (lower) a significância.

Não sei mexer muito com o corrplot.mixed.

O máximo que consegui fazer foi inserir o coeficiente R e a significância juntos (ficaram sobrepostos).

Alguma sugestão que como posso fazer?

Ou mesmo deslocar a significância para não ficar sobreposta no valor do coeficiente ***



library(readxl)

seed <- read_excel("seed.xlsx")

seed

cor(seed, method = "pearson")

M <- cor(seed, method = "pearson")

library(corrplot)

library(RColorBrewer)

library(Hmisc)

m <- rcorr(as.matrix(seed))

m

P <- cor.mtest(seed, conf.level = .95)

corrplot(M, p.mat = P$p, insig = "label_sig", sig.level = c(.001, .01, .05),

         pch.cex = 2, pch.col = "white", type = "upper", method = "color",

         order = "original", outline = "white", tl.col="black", tl.srt=45,diag = FALSE,

         addCoef.col = "black", col = colorRampPalette(c("blue", "yellow", "red"))(20))





Rodrigo R. Lopes
Engenheiro Agrônomo, Dr.
CREA RS122642
http://lattes.cnpq.br/7651127569091762


-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20190302/0715af07/attachment.html>
-------------- Próxima Parte ----------
Um anexo não-texto foi limpo...
Nome: Rplot02.tiff
Tipo: image/tiff
Tamanho: 42202 bytes
Descrição: Rplot02.tiff
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20190302/0715af07/attachment.tiff>
-------------- Próxima Parte ----------
Um anexo não-texto foi limpo...
Nome: seed.xlsx
Tipo: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Tamanho: 8857 bytes
Descrição: seed.xlsx
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20190302/0715af07/attachment.xlsx>


Mais detalhes sobre a lista de discussão R-br