Description Usage Arguments Slots Author(s)
partition class
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 33 34 35 36 | ## S4 method for signature 'partition'
aggregate(x)
## S4 method for signature 'partition'
as.markdown(.Object, meta = getOption("polmineR.meta"),
cpos = TRUE, cutoff = NULL, ...)
## S4 method for signature 'partition'
freq(.Object)
## S4 method for signature 'partition'
pAttributes(.Object)
## S4 method for signature 'partition,ANY,ANY,ANY'
x[i]
## S4 method for signature 'partition'
x[[i]]
## S4 method for signature 'partition'
name(x)
## S4 replacement method for signature 'partition,character'
name(x) <- value
## S4 method for signature 'partition'
dissect(object, dim, verbose = FALSE)
## S4 method for signature 'partition'
length(x)
## S4 method for signature 'partition'
as.data.frame(x)
## S4 method for signature 'partition'
hist(x, ...)
|
x |
a partition object |
.Object |
a partition object |
meta |
... |
cpos |
... |
cutoff |
maximum number of tokens to decode |
... |
further parameters |
i |
index |
value |
value |
object |
a partition object |
dim |
don't know |
verbose |
logical, whether to be verbose |
name
Object of class "character"
a name that may be useful
corpus
Object of class "character"
the CWB corpus the partition is based on
encoding
Object of class "character"
encoding of the corpus
sAttributes
Object of class "list"
s-attributes specifying the partition
explanation
Object of class "character"
an explanation of the partition
cpos
Object of class "matrix"
corpus positions
annotations
Object of class "list"
pos
Object of class "list"
with tables "abs", "rel" and "max"
size
Object of class "numeric"
total size of the partition
metadata
Object of class "data.frame"
metadata information
strucs
Object of class "numeric"
the strucs defining the partition
pAttribute
Object of class "character"
indicating the pAttribute of the
count in slot tf
xml
Object of class "character"
whether the xml is flat or nested
sAttributeStrucs
Object of class "character"
the base node
call
Object of class "character"
the call that generated the partition
Andreas Blaette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.