.parseMicrobialGrowthCreateArgs(1)
## [1] 1 1 1
.parseMicrobialGrowthCreateArgs(c(1,2))
## [1] 1.0 1.5 2.0
.parseMicrobialGrowthCreateArgs(c(1,2,3))
## [1] 1 2 3
.parseMicrobialGrowthCreateArgs(c(3,1,2))
## [1] 1 2 3
Run the code above in your browser using DataLab