Added example snippets of the presentation.
This commit is contained in:
4
example/example.R
Normal file
4
example/example.R
Normal file
@ -0,0 +1,4 @@
|
||||
# Example function to be tested.
|
||||
linear_transformation <- function(x) {
|
||||
return (2*x + 1)
|
||||
}
|
Reference in New Issue
Block a user