print.sentopicmodel {sentopics} | R Documentation |
Print method for sentopics models
Description
Print methods for sentopics models. Once per session (or
forced by using extended = TRUE
), it lists the most important function
related to sentopics models.
Usage
## S3 method for class 'sentopicmodel'
print(x, extended = FALSE, ...)
## S3 method for class 'rJST'
print(x, extended = FALSE, ...)
## S3 method for class 'LDA'
print(x, extended = FALSE, ...)
## S3 method for class 'JST'
print(x, extended = FALSE, ...)
Arguments
x |
the model to be printed |
extended |
if |
... |
not used |
Value
No return value, called for side effects (printing).
[Package sentopics version 0.7.3 Index]