Nothing
jaq2label <-
function( jaq, phased = TRUE){
out <- allJaq()
label <- numeric( length(jaq ))
sel <- ifelse( phased, 2,3 )
for( i in 1:length(jaq)) label[i] <- min( out[ out[,sel]==jaq[i], 1],
na.rm = TRUE)
if(!phased && length( intersect( jaq, c(3, 5, 7, 8 ))) > 0 )
warning( "jaq9 goes to minimum label" )
return( label )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.