CORRPLOT displays the correlation plot 

   corrplot(data)
   corrplot(data,'type',TYPE)
   [R,PValue,H] = corrplot(data,Name,Value)
 
 Input: 
   data    
   TYPE:  'Pearson' (default), 'Kendall', 'Spearman'
 
 
	Copyright (C) 2021 by Alois Schloegl 	
       This function is part of the NaN-toolbox
       http://pub.ist.ac.at/~schloegl/matlab/NaN/

Package: nan