R package for pearson's correlation plot
1
2
Entering edit mode
4.4 years ago
LuisNagano ▴ 90

Which R package should I use to get a plot like this???

It's a Pearson's correlation analysis

enter image description here

package R Pearson Correlation • 2.3k views
ADD COMMENT
0
Entering edit mode

Try corrplot

ADD REPLY
0
Entering edit mode

I already use Corrplot, but it's not that specific package that I want

ADD REPLY
5
Entering edit mode
4.4 years ago
h.mon 35k

You can get such a plot with ggplot, using geom_point(aes(size = correlation, colour = logP)).

ADD COMMENT
2
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 2091 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6