I would like to use Corrplot to report a density matrix, but unfortunately I am unable to display numbers to consistent decimals. I can specify to display 1.597 as 1.60 with "number.digits = 2", but I can not display 1.00 as 1.00, only as 1. How can I specify number format with more control? Like using sprintf with the numbers displayed?
I would like to use Corrplot to report a density matrix, but unfortunately I am unable to display numbers to consistent decimals. I can specify to display 1.597 as 1.60 with "number.digits = 2", but I can not display 1.00 as 1.00, only as 1. How can I specify number format with more control? Like using sprintf with the numbers displayed?