Nothing
Eflags <- function(ndm,nvrr,ncon2,rtheta2){
# res holds the results for the fortran call
res <- .Fortran("cnvrt", as.integer(ndm),as.integer(nvrr),as.integer(ncon2),as.single(rtheta2),
nvrtr=integer(1),rxvt=single(45000),ifa=integer(4))
# returns vector of error flags
return(res$ifa)
}
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.