cooccurrences-class {polmineR} | R Documentation |
Cooccurrences class.
Description
S4 class to organize information of context analysis
Usage
## S4 method for signature 'cooccurrences'
show(object)
## S4 method for signature 'cooccurrences_bundle'
as.data.frame(x)
## S4 method for signature 'cooccurrences'
format(x, digits = 2L)
## S4 method for signature 'cooccurrences'
view(.Object)
## S4 method for signature 'cooccurrences_reshaped'
view(.Object)
Arguments
object |
object to work with |
x |
object to work with |
digits |
Integer indicating the number of decimal places (round) or significant digits (signif) to be used. |
.Object |
object to work with |
Slots
call
Object of class
character
the call that generated the objectpartition
Object of class
character
the partition the analysis is based onsize_partition
Object of class
integer
the size of the partitionleft
Object of class
integer
number of tokens to the left.right
Object of class
integer
number of tokens to the right.p_attribute
Object of class
character
p-attribute of the querycorpus
Object of class
character
the CWB corpus usedstat
Object of class
data.table
statistics of the analysisencoding
Object of class
character
encoding of the corpusmethod
Object of class
character
statistical test(s) used
[Package polmineR version 0.8.9 Index]