enrich-method: enrich an object

Description Usage Arguments

Description

Method to fill slots of a partition or partitionBundle object that have not been set up previously. See the respective documentation:

Usage

1
2
3
4
5
6
7
8
9
enrich(object, ...)

## S4 method for signature 'partition'
enrich(object, size = FALSE, pAttribute = NULL,
  id2str = TRUE, meta = NULL, verbose = TRUE, mc = FALSE, ...)

## S4 method for signature 'partitionBundle'
enrich(object, mc = FALSE, progress = TRUE,
  verbose = FALSE, ...)

Arguments

object

a partition, partitionBundle or comp object

...

further parameters

size

logical

pAttribute

character vector

id2str

logical

meta

character vector

verbose

logical

mc

logical or, if numeric, providing the number of cores

progress

logical, whether to show progress bar


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