Description Usage Arguments Details Value Author(s) Examples
Function gnsConc
computes the concentration on the basis of
formula Y = MX + C, from nromalized or standardized intensity
Function gnsConc
computes the concentration on the basis of
formula Y = MX + C, from nromalized or standardized intensity
1 2 3 |
Y |
Normalized or standardized intensity |
M |
slope |
C |
intercept |
Y |
Normalized or standardized intensity |
M |
slope |
C |
intercept |
Allows the user to compute concentration from intensity
Allows the user to compute concentration from intensity
X value, which is the concentration
X value, which is the concentration
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
1 2 3 4 5 6 7 8 9 10 | ## m and c are the values obtained from the linear model equation
## y is the normalized or standardized intensity for which
##concentration is to be calculated
concentration <- gnsConc(0.45,0.0213,0.346)
concentration
## m and c are the values obtained from the linear model equation
## y is the normalized or standardized intensity for which
##concentration is to be calculated
concentration <- gnsConc(0.45,0.0213,0.346)
concentration
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.