Set two digits for correlogram, but some values were rounded up to one

267 Views Asked by At

I tried to create a correlogram with all values having two decimal places, but some of them still only have one.

I used both codes but didn't help

corrplot(round(corr(M)),2)
corrplot(M,number.digits=2)
0

There are 0 best solutions below