Hello,
I created a corrgram off some network captures. However, the text labels are getting cropped.
I played around with the angles but it does not solve the issue. Any ideas on what is causing or how to correct?

Code utilized:
corrgram(df_stats, order=NULL, lower.panel=panel.shade,
upper.panel=NULL, text.panel=panel.txt,label.srt=5,
main="PCAP variables Correlation")
Hello,
I created a corrgram off some network captures. However, the text labels are getting cropped.

I played around with the angles but it does not solve the issue. Any ideas on what is causing or how to correct?
Code utilized: