seed provides a single interface for
  calling all seeding methods used to initialise NMF
  computations. These methods at least set the basis and
  coefficient matrices of the initial object to
  valid nonnegative matrices. They will be used as a
  starting point by any NMF algorithm that accept
  initialisation.IMPORTANT: this interface is still considered experimental and is subject to changes in future release.
seed(x, model, method, ...)  ## S3 method for class 'matrix,NMF,NMFSeed':
seed(x, model, method,
    rng, ...)
  ## S3 method for class 'ANY,ANY,function':
seed(x, model, method, name,
    ...)
setRNG.  All arguments in ... are passed to teh seeding
  strategy.
NMFfit