format_sparsity | R Documentation |
Inputs a dfm sparsity value from sparsity()
and formats it for
printing in print.dfm()
.
format_sparsity(x)
x |
input sparsity value, ranging from 0 to 1.0 |
ss <- c(1, .99999, .9999, .999, .99, .9,
.1, .01, .001, .0001, .000001, .0000001, .00000001, .000000000001, 0)
for (s in ss)
cat(format(s, width = 10), ":", quanteda:::format_sparsity(s), "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.