biplot,nmf-method | R Documentation |
Produces a biplot from the output of nmf
## S4 method for signature 'nmf'
biplot(x, factors = c(1, 2), matrix = "w", group_by = NULL, ...)
x |
an object of class " |
factors |
length 2 vector specifying factors to plot. |
matrix |
either |
group_by |
a discrete factor giving groupings for samples or features. Must be of the same length as number of samples in |
... |
for consistency with |
ggplot2 object
nmf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.