.parseMicrobialGrowthCreateArgs | R Documentation |
Parses the coefficients passed to the create function to obtain 3 values: one for the main curve and two for the confint curves. These values are sorted.
.parseMicrobialGrowthCreateArgs(x)
x |
value(s) for a given coefficient. |
the 3 ordered values for the given coefficient.
.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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.