1718d434
1 2 3 4
SFO.solution <- function(t, parent.0, k) { parent = parent.0 * exp(-k * t) }
Contact - Imprint