R/getTransferMatrix.R

Defines functions getTransferMatrix

Documented in getTransferMatrix

#' deprecated, use getTransferMatrixFunc instead
#' 
#' @param object A compartmental operator
getTransferMatrix<- function(object){
         warning('The function has been renamed to "getTransferMatrixFunc".
                 Please adapt your code to get rid of this warning.')
	     getTransferMatrixFunc(object)
}

Try the SoilR package in your browser

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

SoilR documentation built on Oct. 13, 2023, 5:06 p.m.