Example Function

Description

This is an example function that demonstrates basic functionality.

Usage

example_function(x)

Arguments

x A numeric vector

Value

The median of the input vector

Examples

library("rpt")

example_function(c(1, 2, 3, 4, 5))
[1] 3