print.sentopicmodel: Print method for sentopics models

View source: R/methods.R

print.sentopicmodelR 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 TRUE, extends the print to include some helpful related functions. Automatically displayed once per session.

...

not used

Value

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


sentopics documentation built on May 31, 2023, 8:26 p.m.