GMD.biplot | R Documentation |
This plots a GMD biplot where the axes correspond to first and second GMD components of the data, as described by Wang et al.
GMD.biplot(X, Y = NULL, H = diag(nrow(X)), Q = diag(ncol(X)), K = 10)
X |
An n by p data matrix. |
Y |
An optional outcome vector. If provided, the points in the biplot will be colored according to the corresponding value in Y. |
H |
An n by n sample-wise similarity kernel. |
Q |
A p by p variable-wise similarity kernel. |
K |
An integer, corresponding to the number of GMD components to compute. |
Wang et al. Technical report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.