Learn R Programming

polmineR (version 0.7.4)

partitionBundle-class: Bundle of partitions (partitionBundle class).

Description

Class and methods to manage bundles of partitions.

Usage

# S4 method for partitionBundle
show(object)

# S4 method for partitionBundle summary(object)

# S4 method for partitionBundle,ANY,ANY,ANY [(x, i)

# S4 method for partitionBundle barplot(height, ...)

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

# S4 method for list as.partitionBundle(.Object, ...)

# S4 method for environment partitionBundle(.Object)

# S4 method for partitionBundle sAttributes(.Object, sAttribute)

Arguments

object

a partitionBundle object

x

a partitionBundle object

i

integer index

height

height

...

further parameters

.Object

a partitionBundle object

mc

logical or, if numeric, providing the number of cores

progress

logical

verbose

logical

sAttribute

the s-attribute to use

Slots

objects

Object of class "list" the partitions making up the bundle

corpus

Object of class "character" the CWB corpus the partition is based on

sAttributesFixed

Object of class "list" fixed sAttributes

encoding

Object of class "character" encoding of the corpus

explanation

Object of class "character" an explanation of the partition

xml

Object of class "character" whether the xml is flat or nested

call

Object of class "character" the call that generated the partitionBundle