| Search Locate Previous Next | Contents |
Accepts one or more vectors of numbers and groups into class intervals as a frequency plot.
chFreq vec
Example
chSet('Style' 'Boxed')('Head' 'Frequency Plot')
chSet 'classint' 5
chFreq 0.05×(+/?200 20½100)
PGchClose
The class interval defaults to 1, but will be increased automatically to keep the total number of buckets below 40. You can interleave multiple datasets here by calling chFreq with a multi-column argument or setting the categorise by property. This is often a good way to check overlapping distributions, for example a set of samples before and after a 10% extra special offer.
See also ...
Frequency Plot style