biplot.nda {nda} | R Documentation |
Biplot function for Generalized Network-based Dimensionality Reduction and Analysis (GNDA)
Description
Biplot function for Generalized Network-based Dimensionality Reduction and Analysis (GNDA)
Usage
## S3 method for class 'nda'
biplot(x, main=NULL,...)
Arguments
x |
an object of class 'NDA'. |
main |
main title of biplot. |
... |
other graphical parameters. |
Author(s)
Zsolt T. Kosztyan*, Marcell T. Kurbucz, Attila I. Katona
e-mail*: kosztyan.zsolt@gtk.uni-pannon.hu
See Also
Examples
# Biplot function without feature selection
# Generate 200 x 50 random block matrix with 3 blocks and lambda=0 parameter
df<-data_gen(200,50,3,0)
p<-ndr(df)
biplot(p)
[Package nda version 0.1.13 Index]