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)
}
zarquon42b/Morpho documentation built on Jan. 28, 2024, 2:11 p.m.