Hi,
There was the issue 42 here, but about regular corrplot.
I will use same matrix as an example.
M <- matrix(runif(2500, 0.5, 1), nrow = 50)
If one would like to remove grid in corrplot.mixed he/she should use addgrid.col = NA (according to docs).
But It has no real reflection.
corrplot.mixed(M,addgrid.col = NA)
or
corrplot.mixed(M,addgrid.col = 'green')
Side question. Is there is any option not to use grid on the lower part, but keep the frame?
Thanks.
Hi, There was the issue 42 here, but about regular corrplot. I will use same matrix as an example.
M <- matrix(runif(2500, 0.5, 1), nrow = 50)
If one would like to remove grid in corrplot.mixed he/she should use addgrid.col = NA (according to docs). But It has no real reflection.
corrplot.mixed(M,addgrid.col = NA)
or
corrplot.mixed(M,addgrid.col = 'green')
Side question. Is there is any option not to use grid on the lower part, but keep the frame? Thanks.