Learn R Programming

polmineR (version 0.7.3)

enrich: enrich an object

Description

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

Usage

enrich(object, ...)

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

# S4 method for 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

verbose

logical

mc

logical or, if numeric, providing the number of cores

progress

logical, whether to show progress bar