print.LexChar: Print LexChar objects

print.LexCharR Documentation

Print LexChar objects

Description

Prints characteristic words and documents from LexChar objects

Usage

## S3 method for class 'LexChar'
print(x, file = NULL, sep=";", dec=".",  ...) 

Arguments

x

object of LexChar class

file

a connection, or a character string giving the name of the file to print to (in csv format). If NULL (the default), the results are not printed in a file

sep

character to insert between the objects to print (if the argument file is non-NULL) (by default ";")

dec

decimal point (by default ".")

...

further arguments passed to or from other methods

Author(s)

Ramón Alvarez-Esteban ramon.alvarez@unileon.es, Mónica Bécue-Bertaut, Josep-Antón Sánchez-Espigares

See Also

LexChar, plot.LexChar

Examples

data(open.question)
res.TD<-TextData(open.question, var.text=c(9,10), var.agg="Gen_Edu", Fmin=10, Dmin=10,
        stop.word.tm=TRUE)
LD<-LexChar(res.TD, maxCharDoc = 0)
print(LD)

Xplortext documentation built on Nov. 10, 2023, 1:06 a.m.