Nothing
AADouble <- function(type="Normal") {
if(type == "Normal"){
iplan <- 1
} else if (type == "Tightened"){
iplan <- 2
} else if (type == "Reduced"){
iplan <- 3
} else {
iplan<-4
}
if(iplan==4) {stop("type must be equal to 'Normal' 'Reduced' or 'Tightened'")} else
{plan<-AAZ14Double(PLAN=iplan,INSL=1,LOTS=1,AQL=1)
return(plan)}
}
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.