R/ryaout.R

# call the C yaout function 
yarout <- function(x, y) {
    storage.mode(x) <- storage.mode(y) <- "double"
    .Call("yaout", x, y)
}

Try the toyRpkg package in your browser

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

toyRpkg documentation built on May 2, 2019, 5:49 p.m.