aboutsummaryrefslogtreecommitdiff
path: root/man/one_box.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-19 09:10:37 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-19 09:12:36 +0100
commitb8ac1393b9e1bef8c48b26b790cf5759ccd69fed (patch)
tree1167f81e8ec2feb25bdfc4ceeea0a91b7b6cc18f /man/one_box.Rd
parent3d4f6f8c582c19c38587ead305a1229ff069da63 (diff)
Predict parent decline without fitting for non-SFO models
Diffstat (limited to 'man/one_box.Rd')
-rw-r--r--man/one_box.Rd5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/one_box.Rd b/man/one_box.Rd
index 0085f3f..dc524a8 100644
--- a/man/one_box.Rd
+++ b/man/one_box.Rd
@@ -3,6 +3,7 @@
\name{one_box}
\alias{one_box}
\alias{one_box.numeric}
+\alias{one_box.character}
\alias{one_box.mkinfit}
\title{Create a time series of decline data}
\usage{
@@ -10,6 +11,8 @@ one_box(x, t_end = 100, res = 0.01, ...)
\method{one_box}{numeric}(x, t_end = 100, res = 0.01, ...)
+\method{one_box}{character}(x, parms, t_end = 100, res = 0.01, ...)
+
\method{one_box}{mkinfit}(x, t_end = 100, res = 0.01, ...)
}
\arguments{
@@ -21,6 +24,8 @@ decline. If x is an mkinfit object, the decline is calculated from this object}
\item{res}{Resolution of the time series}
\item{...}{Further arguments passed to methods}
+
+\item{parms}{A named numeric vector containing the model parameters}
}
\description{
The time series starts with the amount specified for the first application.

Contact - Imprint