# NOT RUN {
data("Gnu")
Th <- 10 # final time T
step <- 0.1
myptn <- seq(from = step, to = Th, by = step)
kmin <- 3
kmax <- 3
res <- ModFit(Gnu, kmin, kmax, MinimalPartition = FALSE, custom_partition = myptn)
# }
Run the code above in your browser using DataLab