| print.CMDist | R Documentation |
Print CMDist estimates
## S3 method for class 'CMDist'
print(x, ...)
x |
CMDist object returned by |
... |
Arguments to be passed to methods |
Invisibly returns x
CMDist, plot.CMDist
data(ft_wv_sample)
data(jfk_speech)
jfk_speech$sentence <- tolower(jfk_speech$sentence)
jfk_speech$sentence <- gsub("[[:punct:]]+", " ", jfk_speech$sentence)
dtm <- dtm_builder(jfk_speech, sentence, sentence_id)
out <- CMDist(dtm, cw = "space", wv = ft_wv_sample)
print(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.