| MAtoR {maDB} | R Documentation |
MAtoR This function calculates the red intensity values if one has only M and A values.
MAtoR(M,A)
M |
A vector (or matrix) of M values |
A |
A vector (or matrix) of A values |
As the M values are defined by the formula M = log2(R/G) and the A values by A = 1/2 * log2(R*G), this function simply calculates from the M and A values back to the R (red) intensity values.
Johannes Rainer