In the vector case, a list is returned containing the following elements:
a vector x of the midpoints of the bins excluding those with 0 frequecies,
its associated matrix x.freq of frequencies, the co-ordinates of the
midpoints, the division points, and the complete vector of observed
frequencies freq.table (including the 0 frequencies), and the vector
breaks of division points.
In the matrix case, the returned value is a list with the following
elements: a two-dimensional matrix x with the coordinates of the
midpoints of the two-dimensional bins excluding those with 0 frequencies,
its associated matrix x.freq of frequencies, the coordinates of the
midpoints, the matrix breaks of division points, and the observed
frequencies freq.table in full tabular form.