R/fx.r

Defines functions .fx

.fx <- function(refmat,M,coefs,time=TRUE,threads=1) { 	
    M <- cbind(1,M)
    splM <- .Call("tpsfx",refmat,  M, t(coefs),threads)
    return(splM)
}

Try the Morpho package in your browser

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

Morpho documentation built on Feb. 16, 2023, 10:51 p.m.