X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=Rscripts%2Fafc_graph.R;h=ca39a358c4511fde99e5b0ca02be80e60a548420;hp=f450f1e720185772dd7ba13ffbfa9b7181a196c6;hb=b19770356272772c8c8ba75f351520eca186bd19;hpb=5280f41fbdd915f461686a5dfcf6120de8463d73 diff --git a/Rscripts/afc_graph.R b/Rscripts/afc_graph.R index f450f1e..ca39a35 100644 --- a/Rscripts/afc_graph.R +++ b/Rscripts/afc_graph.R @@ -187,11 +187,13 @@ if (typegraph == 0) { 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('userMatrix' = matrix(c(1,0,0,0, 0,1,0,0,0,0,1,0,0,0,0,1), ncol=4, nrow = 4)) 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")