Nothing
#' @export
JT.rank.SM <-
function(obj){
# Calculates Jennison & Turnbull (1983) ranking of sample space
# REQUIRED ARGUMENT
# Object returned from function sample.space
#
r.s=RANK(obj$S+obj$decision*(dim(obj$design)[1]+10-obj$M)*100)
out=obj
out$lims=r.s
out
}
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.