trim an object
Method to trim and adjust objects by
applying thresholds, minimum frequencies etc. It can be applied to context
,
features
, context
, partition
and partition_bundle
objects.
trim(object, ...) ## S4 method for signature 'TermDocumentMatrix' trim( object, termsToKeep = NULL, termsToDrop = NULL, docsToKeep = NULL, docsToDrop = NULL, verbose = TRUE ) ## S4 method for signature 'DocumentTermMatrix' trim(object, ...) punctuation
object |
the object to be trimmed |
... |
further arguments |
termsToKeep |
... |
termsToDrop |
... |
docsToKeep |
... |
docsToDrop |
... |
verbose |
logical |
An object of class character
of length 13.
Andreas Blaette
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.