diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:10:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:12:36 +0100 |
commit | b8ac1393b9e1bef8c48b26b790cf5759ccd69fed (patch) | |
tree | 1167f81e8ec2feb25bdfc4ceeea0a91b7b6cc18f /docs/reference/one_box.html | |
parent | 3d4f6f8c582c19c38587ead305a1229ff069da63 (diff) |
Predict parent decline without fitting for non-SFO models
Diffstat (limited to 'docs/reference/one_box.html')
-rw-r--r-- | docs/reference/one_box.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 <code>ts</code>.</p> <span class='co'># S3 method for numeric</span> <span class='fu'>one_box</span>(<span class='no'>x</span>, <span class='kw'>t_end</span> <span class='kw'>=</span> <span class='fl'>100</span>, <span class='kw'>res</span> <span class='kw'>=</span> <span class='fl'>0.01</span>, <span class='no'>...</span>) +<span class='co'># S3 method for character</span> +<span class='fu'>one_box</span>(<span class='no'>x</span>, <span class='no'>parms</span>, <span class='kw'>t_end</span> <span class='kw'>=</span> <span class='fl'>100</span>, <span class='kw'>res</span> <span class='kw'>=</span> <span class='fl'>0.01</span>, <span class='no'>...</span>) + <span class='co'># S3 method for mkinfit</span> <span class='fu'>one_box</span>(<span class='no'>x</span>, <span class='kw'>t_end</span> <span class='kw'>=</span> <span class='fl'>100</span>, <span class='kw'>res</span> <span class='kw'>=</span> <span class='fl'>0.01</span>, <span class='no'>...</span>)</pre> @@ -93,6 +96,8 @@ decline. If x is an mkinfit object, the decline is calculated from this object</ <dd>Resolution of the time series</dd> <dt>...</dt> <dd>Further arguments passed to methods</dd> + <dt>parms</dt> + <dd>A named numeric vector containing the model parameters</dd> </dl> |