Description Usage Arguments Details Value Examples
The generic function insert stores a value into one of
the the buckets of the exponential histogram.
1 2 3 4 5 6 7 |
x |
an exponential histogram |
val |
a value to be inserted into the histogram |
ts |
a timestamp |
For exponential histograms, insert.exphist will be used.
For any other objects, insert.default will be used
to spawn an error message. Use methods(insert).
the histogram holding the newly inserted value
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.