From b8ac1393b9e1bef8c48b26b790cf5759ccd69fed Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 19 Jan 2017 09:10:37 +0100
Subject: Predict parent decline without fitting for non-SFO models
---
docs/reference/one_box.html | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'docs/reference/one_box.html')
diff --git a/docs/reference/one_box.html b/docs/reference/one_box.html
index 791528a..c8f8ad3 100644
--- a/docs/reference/one_box.html
+++ b/docs/reference/one_box.html
@@ -79,6 +79,9 @@ This does not create objects of type ts
.
# S3 method for numeric
one_box(x, t_end = 100, res = 0.01, ...)
+# S3 method for character
+one_box(x, parms, t_end = 100, res = 0.01, ...)
+
# S3 method for mkinfit
one_box(x, t_end = 100, res = 0.01, ...)
@@ -93,6 +96,8 @@ decline. If x is an mkinfit object, the decline is calculated from this object
Resolution of the time series
...
Further arguments passed to methods
+ parms
+ A named numeric vector containing the model parameters
--
cgit v1.2.1