types: List of the types of a corpus

Description Usage Arguments Value Examples

Description

List of the types of a corpus

Usage

1
2
3
4
types(obj)

## S4 method for signature 'WordAssociation'
types(obj)

Arguments

obj

a WordAssociation-class object.

Value

A character vector containing the list of the linguistic types corresponding to the computed association measure.

Examples

1
2
3
data(robespierre)
x <- wam(data=robespierre, measure = c("chisq", "loglikelihood"))
types(x)

sylvainloiseau/wam documentation built on Feb. 12, 2020, 12:30 a.m.