Map like a 3d Ninja in R
or “How to use RGL to plot 3d maps of API map tiles” OK more nerd than ninja. RGL is R’s box of power-tool for 3D object rendering, with functionality for creating 3d mesh objects and curved surfaces, and for using materials and directional lighting. For example the line: plot3d(rnorm(100),rnorm(100),rnorm(100)) creates a 3d scatterplot of […]
Continue reading »