Description Usage Arguments Value
tabulate2 Modified version of tabulate so that it gives counts in a given span and can handle negative integers
| 1 | tabulate2(x, min_val, max_val)
 | 
| x | vector of values | 
| min_val | minimum value | 
| max_val | maximum value | 
returns vector of length max_val - min_val + 1 with values representing counts for values between min_val and max_val
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.