n x v data matrix; n observations and v variables. Rows of
               Y represent observations, and columns represent variables.
 
               Missing values (NaN's) and infinite values (Inf's) are
               allowed, since observations (rows) with missing or infinite
               values will automatically be excluded from the
               computations.
                
 
 Data Types: single|double
  
  
 
 
 
 
 Alternatively,
               score can contain a nxp array for example with the p
               principal components
                   Example - 'ShapeFile','shapefileName'
                    
 
 Data Types: char or string numeric scalar or nxp array.
  
  
 
 
 
 
 Name of the ShapeFile containing the containing the
               geometric details of the rows. The ShapeFile, which is
               loaded using function readgeotable, must have n rows and
               the n rows must have the same order of the n rows of Y.
 
               Remark: note that this option can be used just is the
               "Mapping toolbox" is installed.
                   Example - 'ShapeFile','shapefileName'
                    
 
 Data Types: char or string or geotable.