aboutsummaryrefslogtreecommitdiff
path: root/dumpdata.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-12 08:07:07 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-12 08:36:31 +0200
commit9ac853c7ceece333099021974025d07e75be2b33 (patch)
tree21bd165193456a616140eb5b2484a1bb75dab765 /dumpdata.R
parentfeca0008dcf662bba5c728096c4e63b923b8979b (diff)
Documentation improvements, rebuild static docs
Diffstat (limited to 'dumpdata.R')
-rw-r--r--dumpdata.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/dumpdata.R b/dumpdata.R
new file mode 100644
index 00000000..881df526
--- /dev/null
+++ b/dumpdata.R
@@ -0,0 +1,7 @@
+mkinpredict <-
+function (x, odeparms, odeini, outtimes = seq(0, 120, by = 0.10000000000000001),
+ solution_type = "deSolve", use_compiled = "auto", method.ode = "lsoda",
+ atol = 1e-08, rtol = 1e-10, map_output = TRUE, ...)
+{
+ UseMethod("mkinpredict", x)
+}

Contact - Imprint