Creates a histogram of argument 1 with the number of bins specified by argument 2. The bins are divided evenly between the maximum and minimum values in the argument.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
real array |
Yes |
|
Vector |
2 |
real |
Yes |
|
Number of bins |
3 |
string |
No |
|
Options |
Vector to be processed.
Number of bins.
Set to 'step' to force output in a stepped style similar to a bar-graph.
Return type: real array
|