From 14a5af60a36071f6a9b4471fdf183fd91e89e1cd Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 1 Oct 2007 19:44:04 +0000 Subject: Moved everything into the trunk directory, in order to enable branching git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@22 5fad18fb-23f0-0310-ab10-e59a3bee62b4 --- trunk/man/powfunc.Rd | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 trunk/man/powfunc.Rd (limited to 'trunk/man/powfunc.Rd') diff --git a/trunk/man/powfunc.Rd b/trunk/man/powfunc.Rd new file mode 100644 index 0000000..73fe3b0 --- /dev/null +++ b/trunk/man/powfunc.Rd @@ -0,0 +1,32 @@ +\name{powfunc} +\alias{powfunc} +\title{Power function} +\description{ + Arithmetic power function for modelling univariate nonlinear calibration data. +} +\usage{ + powfunc(x,a,b) +} +\arguments{ + \item{x}{ + Independent variable} + \item{a}{ + Coefficient} + \item{b}{ + Exponent} +} +\value{ + The result of evaluating the function + \deqn{f(x) = a x^b}{f(x) = a * x^b} +} +\author{ + Johannes Ranke + \email{jranke@uni-bremen.de} + \url{http://www.uft.uni-bremen.de/chemie/ranke} +} +\seealso{ + The inverse of this function \code{\link{ipowfunc}}. +} +\keyword{models} +\keyword{regression} +\keyword{nonlinear} -- cgit v1.2.1