Learn R Programming

NMF (version 0.2.2)

NMFfitX: Factory Method for Multiple NMF Run Objects

Description

Factory Method for Multiple NMF Run Objects

Usage

NMFfitX(object, ...)

## S3 method for class 'list': NMFfitX(object, ..., .merge = FALSE)

Arguments

object
an object from which is created an NMFfitX object
...
extra arguments used to pass values for slots
.merge
a logical that indicates if the fits should be aggregated, only keeping the best fit, and return an NMFfitX1 object. If FALSE, an NMFfitXn object containing the data of all the fits is returned.