stm2dns | R Documentation |
Simple Triplet-Matrix to Dense matrix
stm2dns(x, memory = NULL) ## S3 method for class 'simple_triplet_matrix' as.data.frame(x, ..., memory = NULL)
x |
an object of simple_triplet_matrix class |
memory |
(num) the maximum ammount of memory (RAM + virtual) the sistem is required to reserve for the proces. Default is to use standard R option and so provide "memory.limit()" |
... |
further arguments passed to the function |
stm2dns
returns a full dense matrix
as.data.frame.simple_triplet_matrix
returns a data.frame
data("liu_dtm") liu_full_matrix <- stm2dns(liu_dtm) liu_df <- as.data.frame(liu_dtm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.