X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=Rscripts%2Fafc_graph.R;h=8233d8ffae4fa73963604a6fe13be65c99899ea7;hp=e4b061753edfe807bb5c9846a4912613693c72d7;hb=3d36aa1a6c5b7bdbf5d927af4abfd10c2e618b7a;hpb=e525a32fa83bf1a174b743139e3d30990799c47c diff --git a/Rscripts/afc_graph.R b/Rscripts/afc_graph.R index e4b0617..8233d8f 100644 --- a/Rscripts/afc_graph.R +++ b/Rscripts/afc_graph.R @@ -1,5 +1,5 @@ #Author: Pierre Ratinaud -#Copyright (c) 20010 Pierre Ratinaud +#Copyright (c) 20010-2013 Pierre Ratinaud #Lisense: GNU/GPL @@ -184,15 +184,14 @@ if (typegraph == 0) { } else { library(rgl) rn <- vire.nonascii(rownames(table.in)) - print(rn) rain = rainbow(clnb) colors = rain[classes] #rn <- rownames(table.in) - open3d() + rgl.open() text3d(table.in[,1], table.in[,2], table.in[,3], rn, col = colors , cex = cex.par) + rgl.bg(col = c('white', "#99bb99"), front = "lines", box=FALSE, sphere = TRUE) par3d(cex=0.7) #par3d(windowRect = c(100,100,600,600)) - rgl.bg(col = c('white', "#99bb99"), front = "lines", box=FALSE, sphere = FALSE) rgl.lines(c(rx), c(0, 0), c(0, 0), col = "#000000") rgl.lines(c(0,0),c(ry),c(0,0),col = "#000000") rgl.lines(c(0,0),c(0,0),c(rz),col = "#000000")