« Combined Protocols for PONS Project | Main | First Image »

visiting flags

This file lists flags in random orders suitable for pollinator observation tomorrow.

Here's the R code used:

flagOrder <- function() {
cat(cat(sample(LETTERS[1:8]),"\n"),
    cat(sample(LETTERS[1:8]),"\n"),
    cat(sample(LETTERS[1:8]),"\n"),
    cat(sample(LETTERS[1:8]),"\n"),
    cat(sample(LETTERS[1:8]),"\n"),
    "\n")
}
for (i in 1:20) flagOrder()

TrackBack

TrackBack URL for this entry:
http://blog.lib.umn.edu/cgi-bin/mt-tb.cgi/89184

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)