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 |
nameObject of class "character" a name that may be useful
corpusObject of class "character" the CWB corpus the partition is based on
encodingObject of class "character" encoding of the corpus
sAttributesObject of class "list" s-attributes specifying the partition
explanationObject of class "character" an explanation of the partition
cposObject of class "matrix" corpus positions
annotationsObject of class "list"
posObject of class "list" with tables "abs", "rel" and "max"
sizeObject of class "numeric" total size of the partition
metadataObject of class "data.frame" metadata information
strucsObject of class "numeric" the strucs defining the partition
pAttributeObject of class "character" indicating the pAttribute of the
count in slot tf
xmlObject of class "character" whether the xml is flat or nested
sAttributeStrucsObject of class "character" the base node
callObject 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.