dotplot {polmineR} | R Documentation |
dotplot
Description
dotplot
Usage
dotplot(.Object, ...)
## S4 method for signature 'textstat'
dotplot(.Object, col, n = 20L, ...)
## S4 method for signature 'features'
dotplot(.Object, col = NULL, n = 20L, ...)
## S4 method for signature 'features_ngrams'
dotplot(.Object, col = NULL, n = 20L, ...)
## S4 method for signature 'partition'
dotplot(.Object, col = "count", n = 20L, ...)
Arguments
.Object |
object |
... |
further arguments that will be passed into the |
col |
column |
n |
number |
[Package polmineR version 0.8.9 Index]