Learn R Programming

wordspace (version 0.2-8)

as.dsm: Create DSM Object From Various R Data Structures (wordspace)

Description

Convert co-occurrence data from various in-memory formats to DSM object.

Usage

as.dsm(obj, ...)

Value

An object of class dsm.

Arguments

obj

an object of a suitable class (for which a method implementation is available)

...

additional arguments passed on to the method implementation (see respective manpages for details)

Author

Stephanie Evert (https://purl.org/stephanie.evert)

See Also

Currently available implementations: as.dsm.TermDocumentMatrix, as.dsm.DocumentTermMatrix