R/toTPCmsm.R

Defines functions toTPCmsm

toTPCmsm <- function(lst, UT, UX, s, t, x, statenames) {
	return( .Call(Rf_toTPCmsm, lst, UT, UX, s, t, x, statenames, PACKAGE="TPmsm") );
} # toTPCmsm

Try the TPmsm package in your browser

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

TPmsm documentation built on Sept. 15, 2025, 9:08 a.m.