, textype = "rgb", texmipmap = FALSE, texminfilter = "linear",
texmagfilter = "linear", texenvmap = FALSE)
3: do.call("rgl.spheres", c(list(x = x, y = y, z = z, radius = radius),
.fixMaterialArgs(..., Params = save)))
4: spheres3d(rnorm(10), rnorm(10), rno
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
2 matches
Mail list logo