From a6d61c06d573574cf574ed893cc13808a9e8b785 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Jan 2017 09:20:22 +0100 Subject: Fix order of arguments to one_box, correct docs --- man/one_box.Rd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/one_box.Rd') diff --git a/man/one_box.Rd b/man/one_box.Rd index dc524a8..5a46142 100644 --- a/man/one_box.Rd +++ b/man/one_box.Rd @@ -7,24 +7,24 @@ \alias{one_box.mkinfit} \title{Create a time series of decline data} \usage{ -one_box(x, t_end = 100, res = 0.01, ...) +one_box(x, ..., t_end = 100, res = 0.01) -\method{one_box}{numeric}(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}{character}(x, parms, ..., t_end = 100, res = 0.01) -\method{one_box}{mkinfit}(x, t_end = 100, res = 0.01, ...) +\method{one_box}{mkinfit}(x, ..., t_end = 100, res = 0.01) } \arguments{ \item{x}{When numeric, this is the half-life to be used for an exponential decline. If x is an mkinfit object, the decline is calculated from this object} +\item{...}{Further arguments passed to methods} + \item{t_end}{End of the time series} \item{res}{Resolution of the time series} -\item{...}{Further arguments passed to methods} - \item{parms}{A named numeric vector containing the model parameters} } \description{ -- cgit v1.2.1