Prints characteristic words and documents from LexChar objects
UTF-8
## 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