| summary.wfm | R Documentation | 
Summarize a wfm object with familiar tm package look.
## S3 method for class 'wfm'
summary(object, ...)
object | 
 The wfm object  | 
... | 
 Ignored.  | 
Non-/sparse entries is the ratio of non-zeros to zero counts. Sparsity is that ratio represented as a percent. Hapax legomenon is the number(percent) of terms that appear only once in the dialogue. Dis legomenon is the number(percent) of terms that appear exactly two times once.
## Not run: 
x <- with(DATA, wfm(state, list(sex, adult)))
summary(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.