Press "Enter" to skip to content

Drawing Tubular Paths with Julia and R

Stephane Laurent writes some code:

I implemented the framed closed curves exposed in this blog post, in Julia and R. In fact it is useless with R, because the rgl function cylinder3d is faster and better.

Here is the Julia implementation:

Click through for that code, as well as equivalent R code. H/T R-Bloggers