Learn R Programming

polmineR (version 0.7.9)

cooccurrences-class: Cooccurrences class.

Description

S4 class to organize information of context analysis

Usage

# S4 method for cooccurrences
summary(object)

# S4 method for cooccurrences show(object)

# S4 method for cooccurrences_bundle as.data.frame(x)

# S4 method for cooccurrences view(.Object)

# S4 method for cooccurrences_reshaped view(.Object)

Arguments

object

object to work with

x

object to work with

.Object

object to work with

Slots

call

Object of class character the call that generated the object

partition

Object of class character the partition the analysis is based on

size_partition

Object of class integer the size of the partition

left

Object of class numeric number of tokens to the right

right

Object of class numeric number of tokens to the left

p_attribute

Object of class character p-attribute of the query

corpus

Object of class character the CWB corpus used

stat

Object of class data.table statistics of the analysis

encoding

Object of class character encoding of the corpus

pos

Object of class character part-of-speech tags filtered

method

Object of class character statistical test(s) used

cutoff

Object of class list cutoff levels that have been applied

svg

Object of class character - valid XML with svg representation