Displaying 1 result from an estimated 1 matches for "ode_solutions_part_1".
2011 Aug 01
0
Help with modFit of FME package 2
...##############################
#
list(c(dS1))
})
}
# Parameters
parms_part_1 <- c(pro1_strength = 1.0)
# Initial values of the species concentration
S <- c(pp1_mrna = 0)
times <- seq(0, 20, by = 2)
# Solve the system
ode_solutions_part_1 <- ode(S, times, model_1_part_1, parms = parms_part_1)
ode_solutions_part_1
summary(ode_solutions_part_1)
## Default plot method
plot(ode_solutions_part_1)
########################################################################################
###############################################...