library("rpt")
example_function(c(1, 2, 3, 4, 5))[1] 3
This is an example function that demonstrates basic functionality.
example_function(x)
x
|
A numeric vector |
The median of the input vector
library("rpt")
example_function(c(1, 2, 3, 4, 5))[1] 3