vizGCluster | R Documentation |
graph visualization
vizGCluster(dat=dat, wt=wt, clu=clu, edge.col="blue", edge.adj=2,
col=rainbow(length(unique(clu)), alpha=0.8), node.adj=10, main=main);
dat |
data.frame or matrix |
wt |
igraph weight for cutting |
clu |
cluster of dat |
edge.col |
edge colors |
edge.adj |
edge lwd adjust |
col |
node colors |
node.adj |
node size adjust |
main |
main of plot |
Ying Hu <yhu@mail.nih.gov> Chunhua Yan <yanch@mail.nih.gov>
##
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.