search for: line_antialias

Displaying 2 results from an estimated 2 matches for "line_antialias".

2016 Apr 04
0
Question about function DrawDensity3D {VecStatGraphs3D}
...Layers)), maxColorValue = 255) al <- seq(0.1, 0.6, len = Layers) module = sqrt(Cx * Cx + Cy * Cy + Cz * Cz) spheres3d(0, 0, 0, radius = max(module), color = "black", front = "line", back = "line", lwd = 1, smooth = TRUE, lit = TRUE, line_antialias = FALSE, alpha = 0.2) x <- c(0, max(module), 0, 0) y <- c(0, 0, max(module), 0) z <- c(0, 0, 0, max(module)) labels <- c("", "X", "Y", "Z") i <- c(1, 2, 1, 3, 1, 4) text3d(x, y, z, labels, adj = 0.8, cex = 1.5, fon...
2011 May 23
3
RGL package installation problem on Centos
Dear R users, I have installed the latest version of R from source on Centos (using configure and make install). This seemed to work fine, with no Errors reported and R at the command line starts R. However, if I try and installed the package rgl using; install.packages("rgl") I get the following error; installing to /usr/local/lib64/R/library/rgl/libs ** R ** demo ** inst ** preparing