Learn R Programming

polmineR (version 0.6.1)

bundle-class: bundle class

Description

A class to bundle several objects (partition, context, comp, cooccurrences objects) in one S4 object.

Usage

"length"(x)
"names"(x)
"names"(x) <- value
"unique"(x)
"+"(e1, e2)
"+"(e1, e2)
"[["(x, i)
"as.matrix"(x, col)
"sample"(x, size)
"as.bundle"(object, ...)
"as.bundle"(object)
"as.sparseMatrix"(x, col)

Arguments

x
a bundle object
value
...
e1
object 1
e2
object 2
i
index to address an object
col
columns of the table to be used
size
xxx
object
a bundle object
...
further parameters

Slots

objects
Object of class "list"
pAttribute
Object of class "character"