powered by
## S3 method for class 'TermDocumentMatrix': findAssocs(x, term, corlimit) ## S3 method for class 'matrix': findAssocs(x, term, corlimit)
x
term
corlimit
data("crude") tdm <- TermDocumentMatrix(crude) findAssocs(tdm, "oil", 0.7)
Run the code above in your browser using DataLab