Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Set diagonal matrix to NA/0 when diag=FALSE (bias scale) #91
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pablo14 commentedMar 25, 2017
If diag=FALSE then the maximum scale gradient value should be one of the diagonal values. This max is not appearing on the plot and bias the color scale.
My hack is to do first:
diag(my_corr)=0