Skip to contents

Construct a 2-dimensional "discursive space" embedding given a tmfast topic model

Usage

# S3 method for class 'tmfast'
umap(model, k, ...)

Arguments

model

tmfast object

k

Number of topics

...

Other arguments, passed to umap.matrix()

Value

umap object or tidied dataframe; see umap.matrix() argument df

Examples

if (FALSE) { # \dontrun{
umap(fitted, 10, verbose = TRUE)
} # }