Learn R Programming

tcplfit2 (version 0.1.7)

pow: Power Model

Description

\(f(x) = a*x^p\)

Usage

pow(ps, x)

Value

Vector of model responses

Arguments

ps

Vector of parameters: a,p,er

x

Vector of concentrations (regular units)

Examples

Run this code
pow(c(1,2),1)

Run the code above in your browser using DataLab