Skip to content

Instantly share code, notes, and snippets.

@isomorphisms
Created June 26, 2012 08:33
Show Gist options
  • Save isomorphisms/2994420 to your computer and use it in GitHub Desktop.
Save isomorphisms/2994420 to your computer and use it in GitHub Desktop.
the sporadic Janko group J1 in R #Rstats
F11 <- function(x) {
#numbers come in as floats
as.integer(x)
#error checking
stopifnot( is.integer(x) )
#struct
structure(x %% 11, class="F11")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment