Visit: http://moebius-band.ga
Code for generating an interactive Möbius band in R (using OpenGL)
library(rgl) # (Murdoch, 2001) library(plot3D) # (Soetaert, 2014) # Define parameters R <- 3 u <- seq(0, 2 * pi, length.out = 100) v <- seq(-1, 1,…
Visit: http://moebius-band.ga
Code for generating an interactive Möbius band in R (using OpenGL)
library(rgl) # (Murdoch, 2001) library(plot3D) # (Soetaert, 2014) # Define parameters R <- 3 u <- seq(0, 2 * pi, length.out = 100) v <- seq(-1, 1,…