projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a813912
)
few changes
author
Pierre
<ratinaud@univ-tlse2.fr>
Tue, 11 Feb 2014 13:09:39 +0000
(14:09 +0100)
committer
Pierre
<ratinaud@univ-tlse2.fr>
Tue, 11 Feb 2014 13:09:39 +0000
(14:09 +0100)
Rscripts/simi.R
patch
|
blob
|
history
diff --git
a/Rscripts/simi.R
b/Rscripts/simi.R
index
e259cbc
..
2564e2e
100644
(file)
--- a/
Rscripts/simi.R
+++ b/
Rscripts/simi.R
@@
-334,6
+334,9
@@
plot.simi <- function(graph.simi, p.type = 'tkplot',filename=NULL, communities =
rgl.close()
# while (rgl.cur() != 0)
# Sys.sleep(0.5)
+ } else if (p.type == 'web') {
+ library(rgexf)
+ simi.to.gexf(filename, graph.simi, nodes.attr = NULL)
}
}