Code
library(dplyr)
library(gg3D)
library(plotly)
<- read.table('traces.csv', sep=' ', header = TRUE) flockers
This page shows a different set of ‘flockers’ converging in space-time—in fact the same ones that are used on the ‘make your own cover’ page. I’ve provided two plots here, both in colour, and one an interactive 3D plot so you can have a proper look.
It’s worth noting that plotly
rescales all the coordinates here (because I ask it to with asp = 1
) but that’s probably best for giving a general impression of the patterns.