powered by
A simple linear function of the form $$ax+b$$
linearFun(x, a, b)
a numeric value or vector resulting from the function
a numeric value or vector
Boris Leroy leroy.boris@gmail.com
Maintainer: Boris Leroy leroy.boris@gmail.com
logisticFun, quadraticFun
logisticFun
quadraticFun
x <- 1:100 y <- linearFun(x, a = 0.5, b = 0) plot(y ~ x, type = "l")
Run the code above in your browser using DataLab