R/exchd.R

"exchd" <-
function(s,n,h,k) {
if (missing(n)) messagena("n")
if (missing(h)) messagena("h")
if (missing(k)) messagena("k")
nn <- length(s)
if (missing(s)) s <- double(nn)
f.res <- .Fortran("exchzd",
s=as.double(s),
n=to.integer(n),
nn=to.integer(nn),
h=to.integer(h),
k=to.integer(k))
list(s=f.res$s)
}

Try the robeth package in your browser

Any scripts or data that you put into this service are public.

robeth documentation built on Aug. 22, 2023, 9:09 a.m.