R/SFO.R

SFO <- function(t, parent.0, k)
{
	parent = parent.0 * exp(-k * t)
}

Try the kinfit package in your browser

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

kinfit documentation built on May 2, 2019, 6:30 p.m.