aboutsummaryrefslogtreecommitdiff
path: root/R/IORE.solution.R
blob: 5405be96208f7b3e2a706e688d60b864e14684ed (plain) (blame)
1
2
3
4
IORE.solution <- function(t, parent.0, k__iore, N)
{
	parent = (parent.0^(1 - N) - (1 - N) * k__iore * t)^(1/(1 - N))
}

Contact - Imprint