powered by
This function returns the extra arguments that can be passed to a given NMF algorithm in call to nmf.
nmf
nmfArgs is a shortcut for args(nmfWrapper(x)), to display the arguments of a given NMF algorithm.
nmfArgs
args(nmfWrapper(x))
nmfFormals(x, ...) nmfArgs(x)
nmfArgs(x)
algorithm specification
extra argument to allow extension
# roxygen generated flag options(R_CHECK_RUNNING_EXAMPLES_=TRUE) # show arguments of an NMF algorithm nmfArgs('brunet') nmfArgs('snmf/r')
Run the code above in your browser using DataLab