do_nmf | R Documentation |
Do NMF.
do_nmf(
fr,
rank = 2,
method = "ls-nmf",
write = FALSE,
fn = "output/NMF/output.png"
)
fr |
A data frame. |
rank |
NMF rank (default = 2) |
method |
NMF method (default = "ls-nmf") |
write |
logical flag: (default = FALSE) if TRUE then a plot will be written to file fn. |
fn |
a connection or character string naming the file to write to. |
A basis map.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.