sortMu: Take in a single Mu and A Return a single adjusted Mu and A

Description Usage

View source: R/sortMu.R

Description

Take in a single Mu and A Return a single adjusted Mu and A

Usage

1
2
3
4
5
6
7
sortMu(
  mu = 101 - (1:100),
  A = 1:100 %*% t(1:100),
  scaleFactor = 10,
  seed = 1234,
  verbose = FALSE
)

ayurovsky/rnaGinesis documentation built on Dec. 19, 2021, 6:36 a.m.