print methods for document-feature matrices
# S4 method for dfm
print(x, show.values = FALSE, show.settings = FALSE,
show.summary = TRUE, ndoc = 20L, nfeature = 20L, ...)# S4 method for dfm
show(object)
# S4 method for fcm
print(x, show.values = FALSE, show.settings = FALSE,
show.summary = TRUE, nfeature = 20L, ...)
# S4 method for fcm
show(object)
the dfm to be printed
print the dfm values; if called explicitly this will print
all values, overriding ndoc
and nfeature
.
print the settings used to create the dfm. See settings.
print a brief summary indicating the number of documents and features
max number of documents to print
max number of features to print
further arguments passed to or from other methods
the item to be printed