Computes summary statistics for a numeric vector. This function is an S4 method
for the generic 'fun_stats', specifically tailored for numeric vectors. It calculates
the minimum, maximum, mean, and median values.
Usage
fun_stats(x)
Value
A list containing the minimum, maximum, mean, and median of the input vector.
Arguments
x
A numeric vector for which summary statistics are to be computed.