How to add significant level stars in qcorrplot function?
Closed this issue · 2 comments
pandaqiuqiu commented
Hi,
This linkET is fantastic!When I use this package to draw a basic correlation heatmap, I want to add significant level stars on the color blocks to represent the P-values, but I have not been successful. Could you help me check if this package can achieve this? I would greatly appreciate any response from you.
Hy4m commented
you can add a geom_mark()
layer to your qcorrplot
.
pandaqiuqiu commented
you can add a
geom_mark()
layer to yourqcorrplot
.
Fantastic! I appreciate your quick response!