aboutsummaryrefslogtreecommitdiff
path: root/trunk/chemCal/R/calfunctions.R
blob: 6ce29f7353cfa01d353d358d05247b5ae261c651 (plain) (blame)
1
2
powfunc <- function(x,a,b) a * x^b
ipowfunc <- function(y,a,b) (y/a)^1/b

Contact - Imprint