R/exch.R

"exch" <-
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 <- single(nn)
f.res <- .Fortran("exchz",
s=to.single(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.