trim-method: trim an object

Description Usage Arguments Format Author(s)

Description

Method to trim and adjust objects by applying thresholds, minimum frequencies etc. It can be applied to 'context', 'comp', 'context', 'partition' and 'partitionBundle' objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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

Arguments

object

the object to be trimmed

...

further arguments

termsToKeep

...

termsToDrop

...

docsToKeep

...

docsToDrop

...

verbose

logical

Format

An object of class character of length 13.

Author(s)

Andreas Blaette


nrauscher/corpus documentation built on May 23, 2019, 9:34 p.m.