Learn R Programming

polmineR (version 0.7.4)

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 cooccurrencesBundle as.data.frame(x)

# S4 method for cooccurrencesReshaped 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

partitionSize

Object of class "numeric" 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

pAttribute

Object of class "character" p-attribute of the query

corpus

Object of class "character" the CWB corpus used

stat

Object of class "data.frame" 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