Top "Rgl" questions

`rgl` is a 3D visualization device system for R, using OpenGL as the rendering backend.

R: Plotting a 3D surface from x, y, z

imagine I have a 3 columns matrix x, y, z where z is a function of x and y. I know …

r 3d matrix plot rgl
Installing rgl on Ubuntu and Mac: X11 not found

I have seen this question here: Error in loading rgl package with Mac OS X but there is no mentioning …

r linux macos rgl
Error in loading rgl package with Mac OS X

I am trying to install rgl package (0.92.858) for R (2.14.2) under Mac OS X (Lion 10.7.3). When I try to load it (…

r macos installation package rgl
Plot 3D plane (true regression surface)

I'm trying to simulate some data (x1 and x2 - my explanatory variables), calculate y using a specified function + random …

r 3d plot rgl
Installing "rgl" package in R, Mac OSX El Captian

I'm new to programming in R so I apologise in advance if I seem naive. I want to be able …

r macos osx-elcapitan rgl
3d scatterplot with colored spheres with R and Rgl

I want to create a 3d scatter plot of spheres with their color being the fourth dimension. I have the …

r plot rgl
including a interactive 3D figure with knitr

Using knitr it is possible to embed a rgl 3D graphics in a html document from a Rmarkdown source file: ```{…

html r knitr rgl r-markdown
Adding a legend to an rgl 3d plot

I am trying to draw a 3d plot using rgl with colors legend indicating which color refer to which class (…

r plot 3d rgl
How to export an interactive rgl 3D Plot to share or publish?

I have made an interactive 3D plot in R using the rgl package. I would like to be able to …

r 3d pca rgl
plotting label names onto 3D plot generated by plot3d (rgl)

I would like to plot results from a MDS analysis with 3 dimensions using plot3d() (rgl). Data and code look …

r plot text 3d rgl