Home > UnioviSOM-Oficial > pdfscatter.m

pdfscatter

PURPOSE ^

PDFSCATTER Scatter plot with superimposed pdf plot

SYNOPSIS ^

function h = pdfscatter(p,C,vars,etiq)

DESCRIPTION ^

 PDFSCATTER Scatter plot with superimposed pdf plot

 CALLS

    pdfscatter(p,C,vars,etiq)


 INPUTS
    p: data matrix (RxQ)
    C: width factor (sigma value)
 etiq: cell array with labels corresponding to the variables of p
 vars: index vector with the variables (rows) of p to be displayed

 Description
    PDFSCATTER obtains a scatter plot with a superimposed probability
    density plot. This allows to account for cases in which multiple
    instances of points appear in p with the same (or very similar) coordinates. 
    The density plot gives a visual cue of the real trends in the
    distribution of the data points of p

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 21-Apr-2017 11:56:21 by m2html © 2005