Description Usage Arguments Slots Author(s)
A class to bundle several objects (partition, context, comp, cooccurrences objects) in one S4 object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S4 method for signature 'bundle'
length(x)
## S4 method for signature 'bundle'
names(x)
## S4 replacement method for signature 'bundle,character'
names(x) <- value
## S4 method for signature 'bundle'
unique(x)
## S4 method for signature 'bundle,bundle'
e1 + e2
## S4 method for signature 'bundle,textstat'
e1 + e2
## S4 method for signature 'bundle'
x[[i]]
## S4 method for signature 'bundle'
as.matrix(x, col)
## S4 method for signature 'bundle'
sample(x, size)
## S4 method for signature 'list'
as.bundle(object, ...)
## S4 method for signature 'textstat'
as.bundle(object)
|
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 |
objects
Object of class "list"
pAttribute
Object of class "character"
Andreas Blaette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.