Function to compute the first quartile
q1(data, ...)
data
vector with the data
...
further arguments passed to or from other methods
1st quartile value
q1(1:10)