View source: R/NMFStrategy-class.R
nmfFormals | R Documentation |
This function returns the extra arguments that can be
passed to a given NMF algorithm in call to
nmf
.
nmfArgs
is a shortcut for
args(nmfWrapper(x))
, to display the arguments of a
given NMF algorithm.
nmfFormals(x, ...)
nmfArgs(x)
x |
algorithm specification |
... |
extra argument to allow extension |
# show arguments of an NMF algorithm
nmfArgs('brunet')
nmfArgs('snmf/r')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.