corrplot
corrplot copied to clipboard
change default for mar= when title is not null
It took me a long time to track down why a title gets cut off when specified.
Using mar = c(0,0,0,0)
is OK when there is no title, but you could change that internally to mar = c(0,0,2,0)
when title = is specified