# NOT RUN {
data(greenacre_data)
#divide the row categories into 3 groups on the basis of the coordinates
#of the 1st dimension, and store the result into a 'res' object
res <- groupBycoord(greenacre_data, x=1, k=3, which="rows")
# }
Run the code above in your browser using DataLab