trinker / termco

Regular Expression Counts of Terms and Substrings
Other
25 stars 5 forks source link

plot method for classify #3

Closed trinker closed 8 years ago

trinker commented 8 years ago
classify(model) %>%
    unlist() %>%
    plot_counts() + xlab("Tags")

to

classify(model) %>%
    plot()