Pontifications

Code

library(plotrix)

plot(0, xlim=c(1,5), ylim=c(1,5), main="", xlab="",
  ylab="", type="n", axes=F)
index = 0
for (row in 1:nrow(colours360)) {
  draw.radial.line(0,2,deg= index, center=c(3,3), 
    col= colours360[row,], expand = FALSE, lwd = 30)
  Sys.sleep(0.25) #sleep for 1/4 of a second
  index = index + 1
}

Twitter compatible animated GIF output

512x512-first360-images-average-colour-roland-flickr-2004

Leave a comment on github