powered by
## S3 method for class 'TermDocumentMatrix': plot(x, terms = sample(Terms(x), 20), corThreshold = 0.7, weighting = FALSE, attrs = list(graph = list(rankdir = "BT"), node = list(shape = "rectangle", fixedsize = FALSE)), ...)
0.7
graphNEL
if (require("Rgraphviz")) { data(crude) tdm <- TermDocumentMatrix(crude) set.seed(1234) plot(tdm, corThreshold = 0.2, weighting = TRUE) }
Run the code above in your browser using DataLab