Nothing
getbdry <- function(eta, nperm, max.ones, tol= 1e-2) {
bdry <- rep(0, max.ones*(max.ones+1)/2)
zz <- .Fortran("getbdry",
as.double(eta),
as.integer(max.ones),
as.integer(nperm),
as.integer(max.ones*(max.ones+1)/2),
bdry=as.integer(bdry),
etastr=double(max.ones),
as.double(tol),
PACKAGE="DNAcopy")
# list("eta.star"=zz$etastr, "boundary"=zz$bdry)
zz$bdry
}
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.