I am trying to plot an intraday correlation matrix but when I use corrplot my correlation values are squashed and not clearly eligible.
I have tried messing with the outer and inner margins but this is not working either. Can anyone make a suggestion as to how I can solve this problem?
corrplot(DO0182U09A3_24hrCor,
method = "number",
type = "lower",
mfrow=c(1,1),
oma=c(0.1,0.1,0.1,0.1),
mar=c(0,0,1,0),
title = "Correlation plot between days for DO0192U09A3")


