td_total_count | R Documentation |
Total items contained in the t-Digest
td_total_count(td)
## S3 method for class 'tdigest'
length(x)
td |
t-Digest object |
x |
a tdigest object |
double
containing the size of the t-Digest
td <- td_create(10)
td_add(td, 0, 1)
td_total_count(td)
length(td)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.