This pull request solves issue #122.
We added a flag full_col (default: TRUE = new behaviour) to the corrplot function that will
use scaled data to access the colorpalette, resulting in a plot that plots the original,
unscaled data but uses the entire colorpalette for plotting.
This is handy to visualize data that has only correlation values that are close to each other.
Old behaviour can be fully recovered by setting full_col = FALSE.
This pull request solves issue #122. We added a flag
full_col
(default:TRUE
= new behaviour) to thecorrplot
function that will use scaled data to access the colorpalette, resulting in a plot that plots the original, unscaled data but uses the entire colorpalette for plotting. This is handy to visualize data that has only correlation values that are close to each other. Old behaviour can be fully recovered by settingfull_col = FALSE
.