From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 08:07:07 +0200 Subject: Documentation improvements, rebuild static docs --- dumpdata.R | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dumpdata.R (limited to 'dumpdata.R') 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) +} -- cgit v1.2.1