This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# animate a (very boring) distance sampling survey | |
# watch a gif at: http://converged.yt/distance-animation.gif | |
# written by David Lawrence Miller, with tweaks from Eric Rexstad | |
# released under the MIT license | |
library(animation) | |
# make sure that we get the same result every time... | |
set.seed(1234) |