Set diagonal matrix to NA/0 when diag=FALSE (bias scale) #91

Open
pablo14 opened this Issue Mar 25, 2017 · 0 comments

Comments

Projects
None yet
1 participant

pablo14 commented Mar 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment