Learn R Programming

sentopics (version 0.7.4)

print.sentopicmodel: 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 sentopicmodel
print(x, extended = FALSE, ...)

# S3 method for rJST print(x, extended = FALSE, ...)

# S3 method for LDA print(x, extended = FALSE, ...)

# S3 method for JST print(x, extended = FALSE, ...)

Value

No return value, called for side effects (printing).

Arguments

x

the model to be printed

extended

if TRUE, extends the print to include some helpful related functions. Automatically displayed once per session.

...

not used