4 lines
94 B
R
4 lines
94 B
R
# Example function to be tested.
|
|
linear_transformation <- function(x) {
|
|
return (2*x + 1)
|
|
} |