frequencies

Interprets the elements of x[] as values and returns an array representing the frequency for each value

Return

the returned frequencies

Parameters

x

the values for the frequencies


Returns an array of size numberOfCells containing the frequencies for each string observed. The 0th element is the frequency for the string stored at element 0 of the array returned by the values property

Return

the array of frequencies observed or an empty array